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;
        }