public static ConfirmConnectionResultUnmarshaller GetInstance() { if (instance == null) { instance = new ConfirmConnectionResultUnmarshaller(); } return(instance); }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { ConfirmConnectionResponse response = new ConfirmConnectionResponse(); context.Read(); response.ConfirmConnectionResult = ConfirmConnectionResultUnmarshaller.GetInstance().Unmarshall(context); return(response); }