public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { GetVaultNotificationsResponse response = new GetVaultNotificationsResponse(); response.VaultNotificationConfig = VaultNotificationConfigUnmarshaller.GetInstance().Unmarshall(context); return(response); }
public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context) { GetVaultNotificationsResponse response = new GetVaultNotificationsResponse(); context.Read(); UnmarshallResult(context, response); return(response); }
private static void UnmarshallResult(JsonUnmarshallerContext context, GetVaultNotificationsResponse response) { response.VaultNotificationConfig = VaultNotificationConfigUnmarshaller.GetInstance().Unmarshall(context); return; }