@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOutpostRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetOutpostRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetOutpostRequest |
clone() |
boolean |
equals(Object obj) |
String |
getOutpostId()
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
int |
hashCode() |
void |
setOutpostId(String outpostId)
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
String |
toString()
Returns a string representation of this object.
|
GetOutpostRequest |
withOutpostId(String outpostId)
The ID or the Amazon Resource Name (ARN) of the 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 GetOutpostRequest 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 String toString()
toString in class ObjectObject.toString()public GetOutpostRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.