Amazon.Glacier.Model.Internal.MarshallTransformations.GetVaultNotificationsResponseUnmarshaller.UnmarshallResult C# (CSharp) Метод

UnmarshallResult() приватный статический Метод

private static UnmarshallResult ( JsonUnmarshallerContext context, GetVaultNotificationsResponse response ) : void
context Amazon.Runtime.Internal.Transform.JsonUnmarshallerContext
response Amazon.Glacier.Model.GetVaultNotificationsResponse
Результат void
        private static void UnmarshallResult(JsonUnmarshallerContext context,GetVaultNotificationsResponse response)
        {
          response.VaultNotificationConfig = VaultNotificationConfigUnmarshaller.GetInstance().Unmarshall(context);             
            return;
        }