@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPoolOriginationIdentitiesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListPoolOriginationIdentitiesResult() |
Modifier and Type | Method and Description |
---|---|
ListPoolOriginationIdentitiesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to be used for the next set of paginated results.
|
List<OriginationIdentityMetadata> |
getOriginationIdentities()
An array of any OriginationIdentityMetadata objects.
|
String |
getPoolArn()
The Amazon Resource Name (ARN) for the pool.
|
String |
getPoolId()
The unique PoolId of the pool.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
void |
setOriginationIdentities(Collection<OriginationIdentityMetadata> originationIdentities)
An array of any OriginationIdentityMetadata objects.
|
void |
setPoolArn(String poolArn)
The Amazon Resource Name (ARN) for the pool.
|
void |
setPoolId(String poolId)
The unique PoolId of the pool.
|
String |
toString()
Returns a string representation of this object.
|
ListPoolOriginationIdentitiesResult |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListPoolOriginationIdentitiesResult |
withOriginationIdentities(Collection<OriginationIdentityMetadata> originationIdentities)
An array of any OriginationIdentityMetadata objects.
|
ListPoolOriginationIdentitiesResult |
withOriginationIdentities(OriginationIdentityMetadata... originationIdentities)
An array of any OriginationIdentityMetadata objects.
|
ListPoolOriginationIdentitiesResult |
withPoolArn(String poolArn)
The Amazon Resource Name (ARN) for the pool.
|
ListPoolOriginationIdentitiesResult |
withPoolId(String poolId)
The unique PoolId of the pool.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPoolArn(String poolArn)
The Amazon Resource Name (ARN) for the pool.
poolArn
- The Amazon Resource Name (ARN) for the pool.public String getPoolArn()
The Amazon Resource Name (ARN) for the pool.
public ListPoolOriginationIdentitiesResult withPoolArn(String poolArn)
The Amazon Resource Name (ARN) for the pool.
poolArn
- The Amazon Resource Name (ARN) for the pool.public void setPoolId(String poolId)
The unique PoolId of the pool.
poolId
- The unique PoolId of the pool.public String getPoolId()
The unique PoolId of the pool.
public ListPoolOriginationIdentitiesResult withPoolId(String poolId)
The unique PoolId of the pool.
poolId
- The unique PoolId of the pool.public List<OriginationIdentityMetadata> getOriginationIdentities()
An array of any OriginationIdentityMetadata objects.
public void setOriginationIdentities(Collection<OriginationIdentityMetadata> originationIdentities)
An array of any OriginationIdentityMetadata objects.
originationIdentities
- An array of any OriginationIdentityMetadata objects.public ListPoolOriginationIdentitiesResult withOriginationIdentities(OriginationIdentityMetadata... originationIdentities)
An array of any OriginationIdentityMetadata objects.
NOTE: This method appends the values to the existing list (if any). Use
setOriginationIdentities(java.util.Collection)
or
withOriginationIdentities(java.util.Collection)
if you want to override the existing values.
originationIdentities
- An array of any OriginationIdentityMetadata objects.public ListPoolOriginationIdentitiesResult withOriginationIdentities(Collection<OriginationIdentityMetadata> originationIdentities)
An array of any OriginationIdentityMetadata objects.
originationIdentities
- An array of any OriginationIdentityMetadata objects.public void setNextToken(String nextToken)
The token to be used for the next set of paginated results. If this field is empty then there are no more results.
nextToken
- The token to be used for the next set of paginated results. If this field is empty then there are no more
results.public String getNextToken()
The token to be used for the next set of paginated results. If this field is empty then there are no more results.
public ListPoolOriginationIdentitiesResult withNextToken(String nextToken)
The token to be used for the next set of paginated results. If this field is empty then there are no more results.
nextToken
- The token to be used for the next set of paginated results. If this field is empty then there are no more
results.public String toString()
toString
in class Object
Object.toString()
public ListPoolOriginationIdentitiesResult clone()