@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccessPointsForObjectLambdaResult extends AmazonWebServiceResult<S3ControlResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAccessPointsForObjectLambdaResult() |
Modifier and Type | Method and Description |
---|---|
ListAccessPointsForObjectLambdaResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the list 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.
|
List<ObjectLambdaAccessPoint> |
getObjectLambdaAccessPointList()
Returns list of Object Lambda Access Points.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If the list 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.
|
void |
setObjectLambdaAccessPointList(Collection<ObjectLambdaAccessPoint> objectLambdaAccessPointList)
Returns list of Object Lambda Access Points.
|
String |
toString()
Returns a string representation of this object.
|
ListAccessPointsForObjectLambdaResult |
withNextToken(String nextToken)
If the list 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.
|
ListAccessPointsForObjectLambdaResult |
withObjectLambdaAccessPointList(Collection<ObjectLambdaAccessPoint> objectLambdaAccessPointList)
Returns list of Object Lambda Access Points.
|
ListAccessPointsForObjectLambdaResult |
withObjectLambdaAccessPointList(ObjectLambdaAccessPoint... objectLambdaAccessPointList)
Returns list of Object Lambda Access Points.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListAccessPointsForObjectLambdaResult()
public List<ObjectLambdaAccessPoint> getObjectLambdaAccessPointList()
Returns list of Object Lambda Access Points.
public void setObjectLambdaAccessPointList(Collection<ObjectLambdaAccessPoint> objectLambdaAccessPointList)
Returns list of Object Lambda Access Points.
objectLambdaAccessPointList
- Returns list of Object Lambda Access Points.public ListAccessPointsForObjectLambdaResult withObjectLambdaAccessPointList(ObjectLambdaAccessPoint... objectLambdaAccessPointList)
Returns list of Object Lambda Access Points.
NOTE: This method appends the values to the existing list (if any). Use
setObjectLambdaAccessPointList(java.util.Collection)
or
withObjectLambdaAccessPointList(java.util.Collection)
if you want to override the existing values.
objectLambdaAccessPointList
- Returns list of Object Lambda Access Points.public ListAccessPointsForObjectLambdaResult withObjectLambdaAccessPointList(Collection<ObjectLambdaAccessPoint> objectLambdaAccessPointList)
Returns list of Object Lambda Access Points.
objectLambdaAccessPointList
- Returns list of Object Lambda Access Points.public void setNextToken(String nextToken)
If the list 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 list 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 list 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 ListAccessPointsForObjectLambdaResult withNextToken(String nextToken)
If the list 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 list 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 Object
Object.toString()
public ListAccessPointsForObjectLambdaResult clone()