public static DescribeConnectionsResultUnmarshaller GetInstance() { if (instance == null) { instance = new DescribeConnectionsResultUnmarshaller(); } return(instance); }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { DescribeConnectionsResponse response = new DescribeConnectionsResponse(); context.Read(); response.DescribeConnectionsResult = DescribeConnectionsResultUnmarshaller.GetInstance().Unmarshall(context); return(response); }