public static CreateProtectedDomainResponse Unmarshall(UnmarshallerContext context)
        {
            CreateProtectedDomainResponse createProtectedDomainResponse = new CreateProtectedDomainResponse();

            createProtectedDomainResponse.HttpResponse = context.HttpResponse;
            createProtectedDomainResponse.RequestId = context.StringValue("CreateProtectedDomain.RequestId");

            return createProtectedDomainResponse;
        }
Пример #2
0
        public static CreateProtectedDomainResponse Unmarshall(UnmarshallerContext context)
        {
            CreateProtectedDomainResponse createProtectedDomainResponse = new CreateProtectedDomainResponse();

            createProtectedDomainResponse.HttpResponse = context.HttpResponse;
            createProtectedDomainResponse.RequestId    = context.StringValue("CreateProtectedDomain.RequestId");

            return(createProtectedDomainResponse);
        }