@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRecordingConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRecordingConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
ListRecordingConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are more recording configurations than
maxResults , use nextToken in the
request to get the next set. |
List<RecordingConfigurationSummary> |
getRecordingConfigurations()
List of the matching recording configurations.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are more recording configurations than
maxResults , use nextToken in the
request to get the next set. |
void |
setRecordingConfigurations(Collection<RecordingConfigurationSummary> recordingConfigurations)
List of the matching recording configurations.
|
String |
toString()
Returns a string representation of this object.
|
ListRecordingConfigurationsResult |
withNextToken(String nextToken)
If there are more recording configurations than
maxResults , use nextToken in the
request to get the next set. |
ListRecordingConfigurationsResult |
withRecordingConfigurations(Collection<RecordingConfigurationSummary> recordingConfigurations)
List of the matching recording configurations.
|
ListRecordingConfigurationsResult |
withRecordingConfigurations(RecordingConfigurationSummary... recordingConfigurations)
List of the matching recording configurations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RecordingConfigurationSummary> getRecordingConfigurations()
List of the matching recording configurations.
public void setRecordingConfigurations(Collection<RecordingConfigurationSummary> recordingConfigurations)
List of the matching recording configurations.
recordingConfigurations
- List of the matching recording configurations.public ListRecordingConfigurationsResult withRecordingConfigurations(RecordingConfigurationSummary... recordingConfigurations)
List of the matching recording configurations.
NOTE: This method appends the values to the existing list (if any). Use
setRecordingConfigurations(java.util.Collection)
or
withRecordingConfigurations(java.util.Collection)
if you want to override the existing values.
recordingConfigurations
- List of the matching recording configurations.public ListRecordingConfigurationsResult withRecordingConfigurations(Collection<RecordingConfigurationSummary> recordingConfigurations)
List of the matching recording configurations.
recordingConfigurations
- List of the matching recording configurations.public void setNextToken(String nextToken)
If there are more recording configurations than maxResults
, use nextToken
in the
request to get the next set.
nextToken
- If there are more recording configurations than maxResults
, use nextToken
in the
request to get the next set.public String getNextToken()
If there are more recording configurations than maxResults
, use nextToken
in the
request to get the next set.
maxResults
, use nextToken
in
the request to get the next set.public ListRecordingConfigurationsResult withNextToken(String nextToken)
If there are more recording configurations than maxResults
, use nextToken
in the
request to get the next set.
nextToken
- If there are more recording configurations than maxResults
, use nextToken
in the
request to get the next set.public String toString()
toString
in class Object
Object.toString()
public ListRecordingConfigurationsResult clone()