Response Unmarshaller for CreatePlacementGroup operation
Inheritance: EC2ResponseUnmarshaller
 public static CreatePlacementGroupResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new CreatePlacementGroupResponseUnmarshaller();
     }
     return instance;
 }
Example #2
0
 public static CreatePlacementGroupResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new CreatePlacementGroupResponseUnmarshaller();
     }
     return(instance);
 }