public static BindTagsToKeyResponse Unmarshall(UnmarshallerContext context)
        {
            BindTagsToKeyResponse bindTagsToKeyResponse = new BindTagsToKeyResponse();

            bindTagsToKeyResponse.HttpResponse = context.HttpResponse;
            bindTagsToKeyResponse.RequestId = context.StringValue("BindTagsToKey.RequestId");

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

            bindTagsToKeyResponse.HttpResponse = context.HttpResponse;
            bindTagsToKeyResponse.RequestId    = context.StringValue("BindTagsToKey.RequestId");

            return(bindTagsToKeyResponse);
        }