public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            GetVaultNotificationsResponse response = new GetVaultNotificationsResponse();

            response.VaultNotificationConfig = VaultNotificationConfigUnmarshaller.GetInstance().Unmarshall(context);
            return(response);
        }
示例#2
0
        public GetVaultNotificationsResult Unmarshall(JsonUnmarshallerContext context)
        {
            GetVaultNotificationsResult getVaultNotificationsResult = new GetVaultNotificationsResult();

            getVaultNotificationsResult.VaultNotificationConfig = VaultNotificationConfigUnmarshaller.GetInstance().Unmarshall(context);

            return(getVaultNotificationsResult);
        }
示例#3
0
 private static void UnmarshallResult(JsonUnmarshallerContext context, GetVaultNotificationsResponse response)
 {
     response.VaultNotificationConfig = VaultNotificationConfigUnmarshaller.GetInstance().Unmarshall(context);
     return;
 }