@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
ListConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
List<Configuration> |
getConfigurations()
An array of MSK configurations.
|
String |
getNextToken()
The paginated results marker.
|
int |
hashCode() |
void |
setConfigurations(Collection<Configuration> configurations)
An array of MSK configurations.
|
void |
setNextToken(String nextToken)
The paginated results marker.
|
String |
toString()
Returns a string representation of this object.
|
ListConfigurationsResult |
withConfigurations(Collection<Configuration> configurations)
An array of MSK configurations.
|
ListConfigurationsResult |
withConfigurations(Configuration... configurations)
An array of MSK configurations.
|
ListConfigurationsResult |
withNextToken(String nextToken)
The paginated results marker.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Configuration> getConfigurations()
An array of MSK configurations.
An array of MSK configurations.
public void setConfigurations(Collection<Configuration> configurations)
An array of MSK configurations.
configurations
- An array of MSK configurations.
public ListConfigurationsResult withConfigurations(Configuration... configurations)
An array of MSK configurations.
NOTE: This method appends the values to the existing list (if any). Use
setConfigurations(java.util.Collection)
or withConfigurations(java.util.Collection)
if you want
to override the existing values.
configurations
- An array of MSK configurations.
public ListConfigurationsResult withConfigurations(Collection<Configuration> configurations)
An array of MSK configurations.
configurations
- An array of MSK configurations.
public void setNextToken(String nextToken)
The paginated results marker. When the result of a ListConfigurations operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.
nextToken
- The paginated results marker. When the result of a ListConfigurations operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.
public String getNextToken()
The paginated results marker. When the result of a ListConfigurations operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.
The paginated results marker. When the result of a ListConfigurations operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.
public ListConfigurationsResult withNextToken(String nextToken)
The paginated results marker. When the result of a ListConfigurations operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.
nextToken
- The paginated results marker. When the result of a ListConfigurations operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.
public String toString()
toString
in class Object
Object.toString()
public ListConfigurationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.