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