public static UpdateLiveAppSnapshotConfigResponse Unmarshall(UnmarshallerContext context)
        {
            UpdateLiveAppSnapshotConfigResponse updateLiveAppSnapshotConfigResponse = new UpdateLiveAppSnapshotConfigResponse();

            updateLiveAppSnapshotConfigResponse.HttpResponse = context.HttpResponse;
            updateLiveAppSnapshotConfigResponse.RequestId = context.StringValue("UpdateLiveAppSnapshotConfig.RequestId");

            return updateLiveAppSnapshotConfigResponse;
        }
        public static UpdateLiveAppSnapshotConfigResponse Unmarshall(UnmarshallerContext context)
        {
            UpdateLiveAppSnapshotConfigResponse updateLiveAppSnapshotConfigResponse = new UpdateLiveAppSnapshotConfigResponse();

            updateLiveAppSnapshotConfigResponse.HttpResponse = context.HttpResponse;
            updateLiveAppSnapshotConfigResponse.RequestId    = context.StringValue("UpdateLiveAppSnapshotConfig.RequestId");

            return(updateLiveAppSnapshotConfigResponse);
        }