public static StopSyncingResponse Unmarshall(UnmarshallerContext context)
        {
            StopSyncingResponse stopSyncingResponse = new StopSyncingResponse();

            stopSyncingResponse.HttpResponse = context.HttpResponse;
            stopSyncingResponse.RequestId = context.StringValue("StopSyncing.RequestId");

            return stopSyncingResponse;
        }
Exemple #2
0
        public static StopSyncingResponse Unmarshall(UnmarshallerContext context)
        {
            StopSyncingResponse stopSyncingResponse = new StopSyncingResponse();

            stopSyncingResponse.HttpResponse = context.HttpResponse;
            stopSyncingResponse.RequestId    = context.StringValue("StopSyncing.RequestId");

            return(stopSyncingResponse);
        }