public static QuerySnapshotJobListResponse Unmarshall(UnmarshallerContext context)
        {
            QuerySnapshotJobListResponse querySnapshotJobListResponse = new QuerySnapshotJobListResponse();

            querySnapshotJobListResponse.HttpResponse = context.HttpResponse;
            querySnapshotJobListResponse.RequestId    = context.StringValue("QuerySnapshotJobList.RequestId");

            List <string> nonExistSnapshotJobIds = new List <string>();

            for (int i = 0; i < context.Length("QuerySnapshotJobList.NonExistSnapshotJobIds.Length"); i++)
            {
                nonExistSnapshotJobIds.Add(context.StringValue("QuerySnapshotJobList.NonExistSnapshotJobIds[" + i + "]"));
            }
            querySnapshotJobListResponse.NonExistSnapshotJobIds = nonExistSnapshotJobIds;

            List <QuerySnapshotJobListResponse.SnapshotJob> snapshotJobList = new List <QuerySnapshotJobListResponse.SnapshotJob>();

            for (int i = 0; i < context.Length("QuerySnapshotJobList.SnapshotJobList.Length"); i++)
            {
                QuerySnapshotJobListResponse.SnapshotJob snapshotJob = new QuerySnapshotJobListResponse.SnapshotJob();
                snapshotJob.Id           = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].Id");
                snapshotJob.UserData     = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].UserData");
                snapshotJob.PipelineId   = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].PipelineId");
                snapshotJob.State        = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].State");
                snapshotJob.Code         = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].Code");
                snapshotJob.Message      = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].Message");
                snapshotJob.CreationTime = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].CreationTime");

                QuerySnapshotJobListResponse.SnapshotJob.Input_ input = new QuerySnapshotJobListResponse.SnapshotJob.Input_();
                input.Bucket      = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].Input.Bucket");
                input.Location    = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].Input.Location");
                input.Object      = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].Input.Object");
                snapshotJob.Input = input;

                QuerySnapshotJobListResponse.SnapshotJob.SnapshotConfig_ snapshotConfig = new QuerySnapshotJobListResponse.SnapshotJob.SnapshotConfig_();
                snapshotConfig.Time = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.Time");

                QuerySnapshotJobListResponse.SnapshotJob.SnapshotConfig_.OutputFile_ outputFile = new QuerySnapshotJobListResponse.SnapshotJob.SnapshotConfig_.OutputFile_();
                outputFile.Bucket          = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.OutputFile.Bucket");
                outputFile.Location        = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.OutputFile.Location");
                outputFile.Object          = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.OutputFile.Object");
                snapshotConfig.OutputFile  = outputFile;
                snapshotJob.SnapshotConfig = snapshotConfig;

                snapshotJobList.Add(snapshotJob);
            }
            querySnapshotJobListResponse.SnapshotJobList = snapshotJobList;

            return(querySnapshotJobListResponse);
        }
        public static QuerySnapshotJobListResponse Unmarshall(UnmarshallerContext context)
        {
            QuerySnapshotJobListResponse querySnapshotJobListResponse = new QuerySnapshotJobListResponse()
            {
                HttpResponse = context.HttpResponse,
                RequestId    = context.StringValue("QuerySnapshotJobList.RequestId")
            };
            List <string> nonExistSnapshotJobIds = new List <string>();

            for (int i = 0; i < context.Length("QuerySnapshotJobList.NonExistSnapshotJobIds.Length"); i++)
            {
                nonExistSnapshotJobIds.Add(context.StringValue($"QuerySnapshotJobList.NonExistSnapshotJobIds[{i}]"));
            }
            querySnapshotJobListResponse.NonExistSnapshotJobIds = nonExistSnapshotJobIds;

            List <QuerySnapshotJobListResponse.SnapshotJob> snapshotJobList = new List <QuerySnapshotJobListResponse.SnapshotJob>();

            for (int i = 0; i < context.Length("QuerySnapshotJobList.SnapshotJobList.Length"); i++)
            {
                QuerySnapshotJobListResponse.SnapshotJob snapshotJob = new QuerySnapshotJobListResponse.SnapshotJob()
                {
                    Id           = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].Id"),
                    UserData     = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].UserData"),
                    PipelineId   = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].PipelineId"),
                    State        = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].State"),
                    Code         = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].Code"),
                    Count        = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].Count"),
                    Message      = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].Message"),
                    CreationTime = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].CreationTime")
                };
                QuerySnapshotJobListResponse.SnapshotJob.Input_ input = new QuerySnapshotJobListResponse.SnapshotJob.Input_()
                {
                    Bucket   = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].Input.Bucket"),
                    Location = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].Input.Location"),
                    Object   = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].Input.Object")
                };
                snapshotJob.Input = input;

                QuerySnapshotJobListResponse.SnapshotJob.SnapshotConfig_ snapshotConfig = new QuerySnapshotJobListResponse.SnapshotJob.SnapshotConfig_()
                {
                    Time      = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].SnapshotConfig.Time"),
                    Interval  = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].SnapshotConfig.Interval"),
                    Num       = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].SnapshotConfig.Num"),
                    Width     = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].SnapshotConfig.Width"),
                    Height    = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].SnapshotConfig.Height"),
                    FrameType = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].SnapshotConfig.FrameType")
                };
                QuerySnapshotJobListResponse.SnapshotJob.SnapshotConfig_.OutputFile_ outputFile = new QuerySnapshotJobListResponse.SnapshotJob.SnapshotConfig_.OutputFile_()
                {
                    Bucket   = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].SnapshotConfig.OutputFile.Bucket"),
                    Location = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].SnapshotConfig.OutputFile.Location"),
                    Object   = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].SnapshotConfig.OutputFile.Object")
                };
                snapshotConfig.OutputFile  = outputFile;
                snapshotJob.SnapshotConfig = snapshotConfig;

                QuerySnapshotJobListResponse.SnapshotJob.MnsMessageResult_ mNsMessageResult = new QuerySnapshotJobListResponse.SnapshotJob.MnsMessageResult_()
                {
                    MessageId    = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].MNSMessageResult.MessageId"),
                    ErrorMessage = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].MNSMessageResult.ErrorMessage"),
                    ErrorCode    = context.StringValue($"QuerySnapshotJobList.SnapshotJobList[{i}].MNSMessageResult.ErrorCode")
                };
                snapshotJob.MnsMessageResult = mNsMessageResult;

                snapshotJobList.Add(snapshotJob);
            }
            querySnapshotJobListResponse.SnapshotJobList = snapshotJobList;

            return(querySnapshotJobListResponse);
        }
コード例 #3
0
        public static QuerySnapshotJobListResponse Unmarshall(UnmarshallerContext context)
        {
            QuerySnapshotJobListResponse querySnapshotJobListResponse = new QuerySnapshotJobListResponse();

            querySnapshotJobListResponse.HttpResponse = context.HttpResponse;
            querySnapshotJobListResponse.RequestId    = context.StringValue("QuerySnapshotJobList.RequestId");

            List <string> querySnapshotJobListResponse_nonExistSnapshotJobIds = new List <string>();

            for (int i = 0; i < context.Length("QuerySnapshotJobList.NonExistSnapshotJobIds.Length"); i++)
            {
                querySnapshotJobListResponse_nonExistSnapshotJobIds.Add(context.StringValue("QuerySnapshotJobList.NonExistSnapshotJobIds[" + i + "]"));
            }
            querySnapshotJobListResponse.NonExistSnapshotJobIds = querySnapshotJobListResponse_nonExistSnapshotJobIds;

            List <QuerySnapshotJobListResponse.QuerySnapshotJobList_SnapshotJob> querySnapshotJobListResponse_snapshotJobList = new List <QuerySnapshotJobListResponse.QuerySnapshotJobList_SnapshotJob>();

            for (int i = 0; i < context.Length("QuerySnapshotJobList.SnapshotJobList.Length"); i++)
            {
                QuerySnapshotJobListResponse.QuerySnapshotJobList_SnapshotJob snapshotJob = new QuerySnapshotJobListResponse.QuerySnapshotJobList_SnapshotJob();
                snapshotJob.Id           = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].Id");
                snapshotJob.UserData     = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].UserData");
                snapshotJob.PipelineId   = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].PipelineId");
                snapshotJob.State        = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].State");
                snapshotJob.Code         = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].Code");
                snapshotJob.Count        = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].Count");
                snapshotJob.TileCount    = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].TileCount");
                snapshotJob.Message      = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].Message");
                snapshotJob.CreationTime = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].CreationTime");

                QuerySnapshotJobListResponse.QuerySnapshotJobList_SnapshotJob.QuerySnapshotJobList_Input input = new QuerySnapshotJobListResponse.QuerySnapshotJobList_SnapshotJob.QuerySnapshotJobList_Input();
                input.Bucket      = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].Input.Bucket");
                input.Location    = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].Input.Location");
                input._Object     = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].Input.Object");
                input.RoleArn     = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].Input.RoleArn");
                snapshotJob.Input = input;

                QuerySnapshotJobListResponse.QuerySnapshotJobList_SnapshotJob.QuerySnapshotJobList_SnapshotConfig snapshotConfig = new QuerySnapshotJobListResponse.QuerySnapshotJobList_SnapshotJob.QuerySnapshotJobList_SnapshotConfig();
                snapshotConfig.Time      = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.Time");
                snapshotConfig.Interval  = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.Interval");
                snapshotConfig.Num       = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.Num");
                snapshotConfig.Width     = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.Width");
                snapshotConfig.Height    = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.Height");
                snapshotConfig.FrameType = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.FrameType");

                QuerySnapshotJobListResponse.QuerySnapshotJobList_SnapshotJob.QuerySnapshotJobList_SnapshotConfig.QuerySnapshotJobList_OutputFile outputFile = new QuerySnapshotJobListResponse.QuerySnapshotJobList_SnapshotJob.QuerySnapshotJobList_SnapshotConfig.QuerySnapshotJobList_OutputFile();
                outputFile.Bucket         = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.OutputFile.Bucket");
                outputFile.Location       = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.OutputFile.Location");
                outputFile._Object        = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.OutputFile.Object");
                outputFile.RoleArn        = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.OutputFile.RoleArn");
                snapshotConfig.OutputFile = outputFile;

                QuerySnapshotJobListResponse.QuerySnapshotJobList_SnapshotJob.QuerySnapshotJobList_SnapshotConfig.QuerySnapshotJobList_TileOutputFile tileOutputFile = new QuerySnapshotJobListResponse.QuerySnapshotJobList_SnapshotJob.QuerySnapshotJobList_SnapshotConfig.QuerySnapshotJobList_TileOutputFile();
                tileOutputFile.Bucket         = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.TileOutputFile.Bucket");
                tileOutputFile.Location       = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.TileOutputFile.Location");
                tileOutputFile._Object        = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.TileOutputFile.Object");
                tileOutputFile.RoleArn        = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.TileOutputFile.RoleArn");
                snapshotConfig.TileOutputFile = tileOutputFile;

                QuerySnapshotJobListResponse.QuerySnapshotJobList_SnapshotJob.QuerySnapshotJobList_SnapshotConfig.QuerySnapshotJobList_TileOut tileOut = new QuerySnapshotJobListResponse.QuerySnapshotJobList_SnapshotJob.QuerySnapshotJobList_SnapshotConfig.QuerySnapshotJobList_TileOut();
                tileOut.Lines              = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.TileOut.Lines");
                tileOut.Columns            = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.TileOut.Columns");
                tileOut.CellWidth          = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.TileOut.CellWidth");
                tileOut.CellHeight         = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.TileOut.CellHeight");
                tileOut.Margin             = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.TileOut.Margin");
                tileOut.Padding            = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.TileOut.Padding");
                tileOut.Color              = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.TileOut.Color");
                tileOut.IsKeepCellPic      = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.TileOut.IsKeepCellPic");
                tileOut.CellSelStep        = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].SnapshotConfig.TileOut.CellSelStep");
                snapshotConfig.TileOut     = tileOut;
                snapshotJob.SnapshotConfig = snapshotConfig;

                QuerySnapshotJobListResponse.QuerySnapshotJobList_SnapshotJob.QuerySnapshotJobList_MNSMessageResult mNSMessageResult = new QuerySnapshotJobListResponse.QuerySnapshotJobList_SnapshotJob.QuerySnapshotJobList_MNSMessageResult();
                mNSMessageResult.MessageId    = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].MNSMessageResult.MessageId");
                mNSMessageResult.ErrorMessage = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].MNSMessageResult.ErrorMessage");
                mNSMessageResult.ErrorCode    = context.StringValue("QuerySnapshotJobList.SnapshotJobList[" + i + "].MNSMessageResult.ErrorCode");
                snapshotJob.MNSMessageResult  = mNSMessageResult;

                querySnapshotJobListResponse_snapshotJobList.Add(snapshotJob);
            }
            querySnapshotJobListResponse.SnapshotJobList = querySnapshotJobListResponse_snapshotJobList;

            return(querySnapshotJobListResponse);
        }