@Generated(value="software.amazon.awssdk:codegen") public final class CreateSoftwareUpdateJobRequest extends GreengrassRequest implements ToCopyableBuilder<CreateSoftwareUpdateJobRequest.Builder,CreateSoftwareUpdateJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateSoftwareUpdateJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
amznClientToken()
A client token used to correlate requests and responses.
|
static CreateSoftwareUpdateJobRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest. |
int |
hashCode() |
String |
s3UrlSignerRole()
Returns the value of the S3UrlSignerRole property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateSoftwareUpdateJobRequest.Builder> |
serializableBuilderClass() |
SoftwareToUpdate |
softwareToUpdate()
Returns the value of the SoftwareToUpdate property for this object.
|
String |
softwareToUpdateAsString()
Returns the value of the SoftwareToUpdate property for this object.
|
CreateSoftwareUpdateJobRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
UpdateAgentLogLevel |
updateAgentLogLevel()
Returns the value of the UpdateAgentLogLevel property for this object.
|
String |
updateAgentLogLevelAsString()
Returns the value of the UpdateAgentLogLevel property for this object.
|
List<String> |
updateTargets()
Returns the value of the UpdateTargets property for this object.
|
UpdateTargetsArchitecture |
updateTargetsArchitecture()
Returns the value of the UpdateTargetsArchitecture property for this object.
|
String |
updateTargetsArchitectureAsString()
Returns the value of the UpdateTargetsArchitecture property for this object.
|
UpdateTargetsOperatingSystem |
updateTargetsOperatingSystem()
Returns the value of the UpdateTargetsOperatingSystem property for this object.
|
String |
updateTargetsOperatingSystemAsString()
Returns the value of the UpdateTargetsOperatingSystem property for this object.
|
overrideConfigurationcopypublic String amznClientToken()
public String s3UrlSignerRole()
public SoftwareToUpdate softwareToUpdate()
If the service returns an enum value that is not available in the current SDK version, softwareToUpdate
will return SoftwareToUpdate.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from softwareToUpdateAsString().
SoftwareToUpdatepublic String softwareToUpdateAsString()
If the service returns an enum value that is not available in the current SDK version, softwareToUpdate
will return SoftwareToUpdate.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from softwareToUpdateAsString().
SoftwareToUpdatepublic UpdateAgentLogLevel updateAgentLogLevel()
If the service returns an enum value that is not available in the current SDK version,
updateAgentLogLevel will return UpdateAgentLogLevel.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from updateAgentLogLevelAsString().
UpdateAgentLogLevelpublic String updateAgentLogLevelAsString()
If the service returns an enum value that is not available in the current SDK version,
updateAgentLogLevel will return UpdateAgentLogLevel.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from updateAgentLogLevelAsString().
UpdateAgentLogLevelpublic List<String> updateTargets()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public UpdateTargetsArchitecture updateTargetsArchitecture()
If the service returns an enum value that is not available in the current SDK version,
updateTargetsArchitecture will return UpdateTargetsArchitecture.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from updateTargetsArchitectureAsString().
UpdateTargetsArchitecturepublic String updateTargetsArchitectureAsString()
If the service returns an enum value that is not available in the current SDK version,
updateTargetsArchitecture will return UpdateTargetsArchitecture.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from updateTargetsArchitectureAsString().
UpdateTargetsArchitecturepublic UpdateTargetsOperatingSystem updateTargetsOperatingSystem()
If the service returns an enum value that is not available in the current SDK version,
updateTargetsOperatingSystem will return UpdateTargetsOperatingSystem.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from updateTargetsOperatingSystemAsString().
UpdateTargetsOperatingSystempublic String updateTargetsOperatingSystemAsString()
If the service returns an enum value that is not available in the current SDK version,
updateTargetsOperatingSystem will return UpdateTargetsOperatingSystem.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from updateTargetsOperatingSystemAsString().
UpdateTargetsOperatingSystempublic CreateSoftwareUpdateJobRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CreateSoftwareUpdateJobRequest.Builder,CreateSoftwareUpdateJobRequest>toBuilder in class GreengrassRequestpublic static CreateSoftwareUpdateJobRequest.Builder builder()
public static Class<? extends CreateSoftwareUpdateJobRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.