예제 #1
0
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            UpdateSecretResponse response = new UpdateSecretResponse();

            context.Read();
            int targetDepth = context.CurrentDepth;

            while (context.ReadAtDepth(targetDepth))
            {
                if (context.TestExpression("ARN", targetDepth))
                {
                    var unmarshaller = StringUnmarshaller.Instance;
                    response.ARN = unmarshaller.Unmarshall(context);
                    continue;
                }
                if (context.TestExpression("Name", targetDepth))
                {
                    var unmarshaller = StringUnmarshaller.Instance;
                    response.Name = unmarshaller.Unmarshall(context);
                    continue;
                }
                if (context.TestExpression("VersionId", targetDepth))
                {
                    var unmarshaller = StringUnmarshaller.Instance;
                    response.VersionId = unmarshaller.Unmarshall(context);
                    continue;
                }
            }

            return(response);
        }
        public static UpdateSecretResponse Unmarshall(UnmarshallerContext _ctx)
        {
            UpdateSecretResponse updateSecretResponse = new UpdateSecretResponse();

            updateSecretResponse.HttpResponse = _ctx.HttpResponse;
            updateSecretResponse.RequestId    = _ctx.StringValue("UpdateSecret.RequestId");
            updateSecretResponse.SecretName   = _ctx.StringValue("UpdateSecret.SecretName");

            return(updateSecretResponse);
        }