Ejemplo n.º 1
0
        public static CreateCloudFrontOriginAccessIdentityResultUnmarshaller GetInstance()
        {
            if (instance == null)
            {
                instance = new CreateCloudFrontOriginAccessIdentityResultUnmarshaller();
            }

            return(instance);
        }
Ejemplo n.º 2
0
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            CreateCloudFrontOriginAccessIdentityResponse response = new CreateCloudFrontOriginAccessIdentityResponse();

            response.CreateCloudFrontOriginAccessIdentityResult = CreateCloudFrontOriginAccessIdentityResultUnmarshaller.GetInstance().Unmarshall(context);


            return(response);
        }