public static ResetDiskResponse Unmarshall(UnmarshallerContext context)
        {
            ResetDiskResponse resetDiskResponse = new ResetDiskResponse();

            resetDiskResponse.HttpResponse = context.HttpResponse;
            resetDiskResponse.RequestId = context.StringValue("ResetDisk.RequestId");

            return resetDiskResponse;
        }
Esempio n. 2
0
        public static ResetDiskResponse Unmarshall(UnmarshallerContext _ctx)
        {
            ResetDiskResponse resetDiskResponse = new ResetDiskResponse();

            resetDiskResponse.HttpResponse = _ctx.HttpResponse;
            resetDiskResponse.RequestId    = _ctx.StringValue("ResetDisk.RequestId");

            return(resetDiskResponse);
        }
        public static ResetDiskResponse Unmarshall(UnmarshallerContext context)
        {
            ResetDiskResponse resetDiskResponse = new ResetDiskResponse
            {
                HttpResponse = context.HttpResponse,
                RequestId    = context.StringValue("ResetDisk.RequestId")
            };


            return(resetDiskResponse);
        }