public static CreateConnectionResultUnmarshaller GetInstance() { if (instance == null) { instance = new CreateConnectionResultUnmarshaller(); } return(instance); }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { CreateConnectionResponse response = new CreateConnectionResponse(); context.Read(); response.CreateConnectionResult = CreateConnectionResultUnmarshaller.GetInstance().Unmarshall(context); return(response); }