Example #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)
        {
            UpdateSecretVersionStageResponse response = new UpdateSecretVersionStageResponse();

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

            return(response);
        }
        public static UpdateSecretVersionStageResponse Unmarshall(UnmarshallerContext _ctx)
        {
            UpdateSecretVersionStageResponse updateSecretVersionStageResponse = new UpdateSecretVersionStageResponse();

            updateSecretVersionStageResponse.HttpResponse = _ctx.HttpResponse;
            updateSecretVersionStageResponse.SecretName   = _ctx.StringValue("UpdateSecretVersionStage.SecretName");
            updateSecretVersionStageResponse.RequestId    = _ctx.StringValue("UpdateSecretVersionStage.RequestId");

            return(updateSecretVersionStageResponse);
        }