@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateOutpostRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateOutpostRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateOutpostRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getName() |
String |
getOutpostId()
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
String |
getSupportedHardwareType()
The type of hardware for this Outpost.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setOutpostId(String outpostId)
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
void |
setSupportedHardwareType(String supportedHardwareType)
The type of hardware for this Outpost.
|
String |
toString()
Returns a string representation of this object.
|
UpdateOutpostRequest |
withDescription(String description) |
UpdateOutpostRequest |
withName(String name) |
UpdateOutpostRequest |
withOutpostId(String outpostId)
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
UpdateOutpostRequest |
withSupportedHardwareType(String supportedHardwareType)
The type of hardware for this Outpost.
|
UpdateOutpostRequest |
withSupportedHardwareType(SupportedHardwareType supportedHardwareType)
The type of hardware for this Outpost.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setOutpostId(String outpostId)
The ID or the Amazon Resource Name (ARN) of the Outpost.
outpostId - The ID or the Amazon Resource Name (ARN) of the Outpost.public String getOutpostId()
The ID or the Amazon Resource Name (ARN) of the Outpost.
public UpdateOutpostRequest withOutpostId(String outpostId)
The ID or the Amazon Resource Name (ARN) of the Outpost.
outpostId - The ID or the Amazon Resource Name (ARN) of the Outpost.public void setName(String name)
name - public String getName()
public UpdateOutpostRequest withName(String name)
name - public void setDescription(String description)
description - public String getDescription()
public UpdateOutpostRequest withDescription(String description)
description - public void setSupportedHardwareType(String supportedHardwareType)
The type of hardware for this Outpost.
supportedHardwareType - The type of hardware for this Outpost.SupportedHardwareTypepublic String getSupportedHardwareType()
The type of hardware for this Outpost.
SupportedHardwareTypepublic UpdateOutpostRequest withSupportedHardwareType(String supportedHardwareType)
The type of hardware for this Outpost.
supportedHardwareType - The type of hardware for this Outpost.SupportedHardwareTypepublic UpdateOutpostRequest withSupportedHardwareType(SupportedHardwareType supportedHardwareType)
The type of hardware for this Outpost.
supportedHardwareType - The type of hardware for this Outpost.SupportedHardwareTypepublic String toString()
toString in class ObjectObject.toString()public UpdateOutpostRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.