Beispiel #1
0
        public static SetSourceHostConfigResponse Unmarshall(UnmarshallerContext _ctx)
        {
            SetSourceHostConfigResponse setSourceHostConfigResponse = new SetSourceHostConfigResponse();

            setSourceHostConfigResponse.HttpResponse = _ctx.HttpResponse;
            setSourceHostConfigResponse.RequestId    = _ctx.StringValue("SetSourceHostConfig.RequestId");

            return(setSourceHostConfigResponse);
        }
        public static SetSourceHostConfigResponse Unmarshall(UnmarshallerContext context)
        {
            SetSourceHostConfigResponse setSourceHostConfigResponse = new SetSourceHostConfigResponse();

            setSourceHostConfigResponse.HttpResponse = context.HttpResponse;
            setSourceHostConfigResponse.RequestId = context.StringValue("SetSourceHostConfig.RequestId");

            return setSourceHostConfigResponse;
        }
        public static SetSourceHostConfigResponse Unmarshall(UnmarshallerContext context)
        {
            SetSourceHostConfigResponse setSourceHostConfigResponse = new SetSourceHostConfigResponse()
            {
                HttpResponse = context.HttpResponse,
                RequestId    = context.StringValue("SetSourceHostConfig.RequestId")
            };

            return(setSourceHostConfigResponse);
        }