Exemplo n.º 1
0
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            ListCloudFrontOriginAccessIdentitiesResponse response = new ListCloudFrontOriginAccessIdentitiesResponse();

            response.ListCloudFrontOriginAccessIdentitiesResult = ListCloudFrontOriginAccessIdentitiesResultUnmarshaller.GetInstance().Unmarshall(context);


            return(response);
        }
        public static ListCloudFrontOriginAccessIdentitiesResultUnmarshaller GetInstance()
        {
            if (instance == null)
            {
                instance = new ListCloudFrontOriginAccessIdentitiesResultUnmarshaller();
            }

            return(instance);
        }