@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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.SupportedHardwareType
public String getSupportedHardwareType()
The type of hardware for this Outpost.
SupportedHardwareType
public UpdateOutpostRequest withSupportedHardwareType(String supportedHardwareType)
The type of hardware for this Outpost.
supportedHardwareType
- The type of hardware for this Outpost.SupportedHardwareType
public UpdateOutpostRequest withSupportedHardwareType(SupportedHardwareType supportedHardwareType)
The type of hardware for this Outpost.
supportedHardwareType
- The type of hardware for this Outpost.SupportedHardwareType
public String toString()
toString
in class Object
Object.toString()
public UpdateOutpostRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()