@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccessPointsResult extends AmazonWebServiceResult<S3ControlResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAccessPointsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAccessPointsResult |
clone() |
boolean |
equals(Object obj) |
List<AccessPoint> |
getAccessPointList()
Contains identification and configuration information for one or more access points associated with the specified
bucket.
|
String |
getNextToken()
If the specified bucket has more access points than can be returned in one call to this API, this field contains
a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
|
int |
hashCode() |
void |
setAccessPointList(Collection<AccessPoint> accessPointList)
Contains identification and configuration information for one or more access points associated with the specified
bucket.
|
void |
setNextToken(String nextToken)
If the specified bucket has more access points than can be returned in one call to this API, this field contains
a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
|
String |
toString()
Returns a string representation of this object.
|
ListAccessPointsResult |
withAccessPointList(AccessPoint... accessPointList)
Contains identification and configuration information for one or more access points associated with the specified
bucket.
|
ListAccessPointsResult |
withAccessPointList(Collection<AccessPoint> accessPointList)
Contains identification and configuration information for one or more access points associated with the specified
bucket.
|
ListAccessPointsResult |
withNextToken(String nextToken)
If the specified bucket has more access points than can be returned in one call to this API, this field contains
a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AccessPoint> getAccessPointList()
Contains identification and configuration information for one or more access points associated with the specified bucket.
public void setAccessPointList(Collection<AccessPoint> accessPointList)
Contains identification and configuration information for one or more access points associated with the specified bucket.
accessPointList - Contains identification and configuration information for one or more access points associated with the
specified bucket.public ListAccessPointsResult withAccessPointList(AccessPoint... accessPointList)
Contains identification and configuration information for one or more access points associated with the specified bucket.
NOTE: This method appends the values to the existing list (if any). Use
setAccessPointList(java.util.Collection) or withAccessPointList(java.util.Collection) if you
want to override the existing values.
accessPointList - Contains identification and configuration information for one or more access points associated with the
specified bucket.public ListAccessPointsResult withAccessPointList(Collection<AccessPoint> accessPointList)
Contains identification and configuration information for one or more access points associated with the specified bucket.
accessPointList - Contains identification and configuration information for one or more access points associated with the
specified bucket.public void setNextToken(String nextToken)
If the specified bucket has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
nextToken - If the specified bucket has more access points than can be returned in one call to this API, this field
contains a continuation token that you can provide in subsequent calls to this API to retrieve additional
access points.public String getNextToken()
If the specified bucket has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
public ListAccessPointsResult withNextToken(String nextToken)
If the specified bucket has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
nextToken - If the specified bucket has more access points than can be returned in one call to this API, this field
contains a continuation token that you can provide in subsequent calls to this API to retrieve additional
access points.public String toString()
toString in class ObjectObject.toString()public ListAccessPointsResult clone()
Copyright © 2024. All rights reserved.