com.amazonaws.services.devicefarm.model.transform.RunMarshaller Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws-java-sdk-devicefarm Show documentation
Show all versions of aws-java-sdk-devicefarm Show documentation
The AWS Java SDK for AWS Device Farm module holds the client classes that are used for communicating with AWS Device Farm
/*
* Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
*/
package com.amazonaws.services.devicefarm.model.transform;
import javax.annotation.Generated;
import com.amazonaws.SdkClientException;
import com.amazonaws.services.devicefarm.model.*;
import com.amazonaws.protocol.*;
import com.amazonaws.annotation.SdkInternalApi;
/**
* RunMarshaller
*/
@Generated("com.amazonaws:aws-java-sdk-code-generator")
@SdkInternalApi
public class RunMarshaller {
private static final MarshallingInfo ARN_BINDING = MarshallingInfo.builder(MarshallingType.STRING).marshallLocation(MarshallLocation.PAYLOAD)
.marshallLocationName("arn").build();
private static final MarshallingInfo NAME_BINDING = MarshallingInfo.builder(MarshallingType.STRING).marshallLocation(MarshallLocation.PAYLOAD)
.marshallLocationName("name").build();
private static final MarshallingInfo TYPE_BINDING = MarshallingInfo.builder(MarshallingType.STRING).marshallLocation(MarshallLocation.PAYLOAD)
.marshallLocationName("type").build();
private static final MarshallingInfo PLATFORM_BINDING = MarshallingInfo.builder(MarshallingType.STRING).marshallLocation(MarshallLocation.PAYLOAD)
.marshallLocationName("platform").build();
private static final MarshallingInfo CREATED_BINDING = MarshallingInfo.builder(MarshallingType.DATE)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("created").timestampFormat("unixTimestamp").build();
private static final MarshallingInfo STATUS_BINDING = MarshallingInfo.builder(MarshallingType.STRING).marshallLocation(MarshallLocation.PAYLOAD)
.marshallLocationName("status").build();
private static final MarshallingInfo RESULT_BINDING = MarshallingInfo.builder(MarshallingType.STRING).marshallLocation(MarshallLocation.PAYLOAD)
.marshallLocationName("result").build();
private static final MarshallingInfo STARTED_BINDING = MarshallingInfo.builder(MarshallingType.DATE)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("started").timestampFormat("unixTimestamp").build();
private static final MarshallingInfo STOPPED_BINDING = MarshallingInfo.builder(MarshallingType.DATE)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("stopped").timestampFormat("unixTimestamp").build();
private static final MarshallingInfo COUNTERS_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("counters").build();
private static final MarshallingInfo MESSAGE_BINDING = MarshallingInfo.builder(MarshallingType.STRING).marshallLocation(MarshallLocation.PAYLOAD)
.marshallLocationName("message").build();
private static final MarshallingInfo TOTALJOBS_BINDING = MarshallingInfo.builder(MarshallingType.INTEGER)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("totalJobs").build();
private static final MarshallingInfo COMPLETEDJOBS_BINDING = MarshallingInfo.builder(MarshallingType.INTEGER)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("completedJobs").build();
private static final MarshallingInfo BILLINGMETHOD_BINDING = MarshallingInfo.builder(MarshallingType.STRING)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("billingMethod").build();
private static final MarshallingInfo DEVICEMINUTES_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("deviceMinutes").build();
private static final MarshallingInfo NETWORKPROFILE_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("networkProfile").build();
private static final MarshallingInfo PARSINGRESULTURL_BINDING = MarshallingInfo.builder(MarshallingType.STRING)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("parsingResultUrl").build();
private static final MarshallingInfo RESULTCODE_BINDING = MarshallingInfo.builder(MarshallingType.STRING)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("resultCode").build();
private static final MarshallingInfo SEED_BINDING = MarshallingInfo.builder(MarshallingType.INTEGER).marshallLocation(MarshallLocation.PAYLOAD)
.marshallLocationName("seed").build();
private static final MarshallingInfo APPUPLOAD_BINDING = MarshallingInfo.builder(MarshallingType.STRING).marshallLocation(MarshallLocation.PAYLOAD)
.marshallLocationName("appUpload").build();
private static final MarshallingInfo EVENTCOUNT_BINDING = MarshallingInfo.builder(MarshallingType.INTEGER)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("eventCount").build();
private static final MarshallingInfo JOBTIMEOUTMINUTES_BINDING = MarshallingInfo.builder(MarshallingType.INTEGER)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("jobTimeoutMinutes").build();
private static final MarshallingInfo DEVICEPOOLARN_BINDING = MarshallingInfo.builder(MarshallingType.STRING)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("devicePoolArn").build();
private static final MarshallingInfo LOCALE_BINDING = MarshallingInfo.builder(MarshallingType.STRING).marshallLocation(MarshallLocation.PAYLOAD)
.marshallLocationName("locale").build();
private static final MarshallingInfo RADIOS_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("radios").build();
private static final MarshallingInfo LOCATION_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("location").build();
private static final MarshallingInfo CUSTOMERARTIFACTPATHS_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("customerArtifactPaths").build();
private static final MarshallingInfo WEBURL_BINDING = MarshallingInfo.builder(MarshallingType.STRING).marshallLocation(MarshallLocation.PAYLOAD)
.marshallLocationName("webUrl").build();
private static final MarshallingInfo SKIPAPPRESIGN_BINDING = MarshallingInfo.builder(MarshallingType.BOOLEAN)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("skipAppResign").build();
private static final MarshallingInfo TESTSPECARN_BINDING = MarshallingInfo.builder(MarshallingType.STRING)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("testSpecArn").build();
private static final MarshallingInfo DEVICESELECTIONRESULT_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("deviceSelectionResult").build();
private static final MarshallingInfo VPCCONFIG_BINDING = MarshallingInfo.builder(MarshallingType.STRUCTURED)
.marshallLocation(MarshallLocation.PAYLOAD).marshallLocationName("vpcConfig").build();
private static final RunMarshaller instance = new RunMarshaller();
public static RunMarshaller getInstance() {
return instance;
}
/**
* Marshall the given parameter object.
*/
public void marshall(Run run, ProtocolMarshaller protocolMarshaller) {
if (run == null) {
throw new SdkClientException("Invalid argument passed to marshall(...)");
}
try {
protocolMarshaller.marshall(run.getArn(), ARN_BINDING);
protocolMarshaller.marshall(run.getName(), NAME_BINDING);
protocolMarshaller.marshall(run.getType(), TYPE_BINDING);
protocolMarshaller.marshall(run.getPlatform(), PLATFORM_BINDING);
protocolMarshaller.marshall(run.getCreated(), CREATED_BINDING);
protocolMarshaller.marshall(run.getStatus(), STATUS_BINDING);
protocolMarshaller.marshall(run.getResult(), RESULT_BINDING);
protocolMarshaller.marshall(run.getStarted(), STARTED_BINDING);
protocolMarshaller.marshall(run.getStopped(), STOPPED_BINDING);
protocolMarshaller.marshall(run.getCounters(), COUNTERS_BINDING);
protocolMarshaller.marshall(run.getMessage(), MESSAGE_BINDING);
protocolMarshaller.marshall(run.getTotalJobs(), TOTALJOBS_BINDING);
protocolMarshaller.marshall(run.getCompletedJobs(), COMPLETEDJOBS_BINDING);
protocolMarshaller.marshall(run.getBillingMethod(), BILLINGMETHOD_BINDING);
protocolMarshaller.marshall(run.getDeviceMinutes(), DEVICEMINUTES_BINDING);
protocolMarshaller.marshall(run.getNetworkProfile(), NETWORKPROFILE_BINDING);
protocolMarshaller.marshall(run.getParsingResultUrl(), PARSINGRESULTURL_BINDING);
protocolMarshaller.marshall(run.getResultCode(), RESULTCODE_BINDING);
protocolMarshaller.marshall(run.getSeed(), SEED_BINDING);
protocolMarshaller.marshall(run.getAppUpload(), APPUPLOAD_BINDING);
protocolMarshaller.marshall(run.getEventCount(), EVENTCOUNT_BINDING);
protocolMarshaller.marshall(run.getJobTimeoutMinutes(), JOBTIMEOUTMINUTES_BINDING);
protocolMarshaller.marshall(run.getDevicePoolArn(), DEVICEPOOLARN_BINDING);
protocolMarshaller.marshall(run.getLocale(), LOCALE_BINDING);
protocolMarshaller.marshall(run.getRadios(), RADIOS_BINDING);
protocolMarshaller.marshall(run.getLocation(), LOCATION_BINDING);
protocolMarshaller.marshall(run.getCustomerArtifactPaths(), CUSTOMERARTIFACTPATHS_BINDING);
protocolMarshaller.marshall(run.getWebUrl(), WEBURL_BINDING);
protocolMarshaller.marshall(run.getSkipAppResign(), SKIPAPPRESIGN_BINDING);
protocolMarshaller.marshall(run.getTestSpecArn(), TESTSPECARN_BINDING);
protocolMarshaller.marshall(run.getDeviceSelectionResult(), DEVICESELECTIONRESULT_BINDING);
protocolMarshaller.marshall(run.getVpcConfig(), VPCCONFIG_BINDING);
} catch (Exception e) {
throw new SdkClientException("Unable to marshall request to JSON: " + e.getMessage(), e);
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy