public static UpdateCloudFrontOriginAccessIdentityResultUnmarshaller GetInstance()
        {
            if (instance == null)
            {
                instance = new UpdateCloudFrontOriginAccessIdentityResultUnmarshaller();
            }

            return(instance);
        }
コード例 #2
0
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            UpdateCloudFrontOriginAccessIdentityResponse response = new UpdateCloudFrontOriginAccessIdentityResponse();

            response.UpdateCloudFrontOriginAccessIdentityResult = UpdateCloudFrontOriginAccessIdentityResultUnmarshaller.GetInstance().Unmarshall(context);


            return(response);
        }