@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOutpostsWithS3Result extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListOutpostsWithS3Result() |
Modifier and Type | Method and Description |
---|---|
ListOutpostsWithS3Result |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
Returns a token that you can use to call
ListOutpostsWithS3 again and receive additional results, if
there are any. |
List<Outpost> |
getOutposts()
Returns the list of Outposts that have the following characteristics:
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Returns a token that you can use to call
ListOutpostsWithS3 again and receive additional results, if
there are any. |
void |
setOutposts(Collection<Outpost> outposts)
Returns the list of Outposts that have the following characteristics:
|
String |
toString()
Returns a string representation of this object.
|
ListOutpostsWithS3Result |
withNextToken(String nextToken)
Returns a token that you can use to call
ListOutpostsWithS3 again and receive additional results, if
there are any. |
ListOutpostsWithS3Result |
withOutposts(Collection<Outpost> outposts)
Returns the list of Outposts that have the following characteristics:
|
ListOutpostsWithS3Result |
withOutposts(Outpost... outposts)
Returns the list of Outposts that have the following characteristics:
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Outpost> getOutposts()
Returns the list of Outposts that have the following characteristics:
outposts that have S3 provisioned
outposts that are Active
(not pending any provisioning nor decommissioned)
outposts to which the the calling Amazon Web Services account has access
outposts that have S3 provisioned
outposts that are Active
(not pending any provisioning nor decommissioned)
outposts to which the the calling Amazon Web Services account has access
public void setOutposts(Collection<Outpost> outposts)
Returns the list of Outposts that have the following characteristics:
outposts that have S3 provisioned
outposts that are Active
(not pending any provisioning nor decommissioned)
outposts to which the the calling Amazon Web Services account has access
outposts
- Returns the list of Outposts that have the following characteristics:
outposts that have S3 provisioned
outposts that are Active
(not pending any provisioning nor decommissioned)
outposts to which the the calling Amazon Web Services account has access
public ListOutpostsWithS3Result withOutposts(Outpost... outposts)
Returns the list of Outposts that have the following characteristics:
outposts that have S3 provisioned
outposts that are Active
(not pending any provisioning nor decommissioned)
outposts to which the the calling Amazon Web Services account has access
NOTE: This method appends the values to the existing list (if any). Use
setOutposts(java.util.Collection)
or withOutposts(java.util.Collection)
if you want to override
the existing values.
outposts
- Returns the list of Outposts that have the following characteristics:
outposts that have S3 provisioned
outposts that are Active
(not pending any provisioning nor decommissioned)
outposts to which the the calling Amazon Web Services account has access
public ListOutpostsWithS3Result withOutposts(Collection<Outpost> outposts)
Returns the list of Outposts that have the following characteristics:
outposts that have S3 provisioned
outposts that are Active
(not pending any provisioning nor decommissioned)
outposts to which the the calling Amazon Web Services account has access
outposts
- Returns the list of Outposts that have the following characteristics:
outposts that have S3 provisioned
outposts that are Active
(not pending any provisioning nor decommissioned)
outposts to which the the calling Amazon Web Services account has access
public void setNextToken(String nextToken)
Returns a token that you can use to call ListOutpostsWithS3
again and receive additional results, if
there are any.
nextToken
- Returns a token that you can use to call ListOutpostsWithS3
again and receive additional
results, if there are any.public String getNextToken()
Returns a token that you can use to call ListOutpostsWithS3
again and receive additional results, if
there are any.
ListOutpostsWithS3
again and receive additional
results, if there are any.public ListOutpostsWithS3Result withNextToken(String nextToken)
Returns a token that you can use to call ListOutpostsWithS3
again and receive additional results, if
there are any.
nextToken
- Returns a token that you can use to call ListOutpostsWithS3
again and receive additional
results, if there are any.public String toString()
toString
in class Object
Object.toString()
public ListOutpostsWithS3Result clone()