Response Unmarshaller for CreateReplicationGroup operation
Inheritance: XmlResponseUnmarshaller
 public static CreateReplicationGroupResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
        instance = new CreateReplicationGroupResponseUnmarshaller();
     }
     return instance;
 }
Ejemplo n.º 2
0
 public static CreateReplicationGroupResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new CreateReplicationGroupResponseUnmarshaller();
     }
     return(instance);
 }