@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and sites
throughout the Outposts Query API. To address backwards compatibility, the parameter names OutpostID
or SiteID
remain in use. Despite the parameter name, you can make the request with an ARN.
outpostId
- The ID or the Amazon Resource Name (ARN) of the Outpost.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and
sites throughout the Outposts Query API. To address backwards compatibility, the parameter names
OutpostID
or SiteID
remain in use. Despite the parameter name, you can make the
request with an ARN.
public String getOutpostId()
The ID or the Amazon Resource Name (ARN) of the Outpost.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and sites
throughout the Outposts Query API. To address backwards compatibility, the parameter names OutpostID
or SiteID
remain in use. Despite the parameter name, you can make the request with an ARN.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts
and sites throughout the Outposts Query API. To address backwards compatibility, the parameter names
OutpostID
or SiteID
remain in use. Despite the parameter name, you can make the
request with an ARN.
public GetOutpostRequest withOutpostId(String outpostId)
The ID or the Amazon Resource Name (ARN) of the Outpost.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and sites
throughout the Outposts Query API. To address backwards compatibility, the parameter names OutpostID
or SiteID
remain in use. Despite the parameter name, you can make the request with an ARN.
outpostId
- The ID or the Amazon Resource Name (ARN) of the Outpost.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and
sites throughout the Outposts Query API. To address backwards compatibility, the parameter names
OutpostID
or SiteID
remain in use. Despite the parameter name, you can make the
request with an ARN.
public String toString()
toString
in class Object
Object.toString()
public GetOutpostRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()