@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEncoderConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListEncoderConfigurationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListEncoderConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
List<EncoderConfigurationSummary> |
getEncoderConfigurations()
List of the matching EncoderConfigurations (summary information only).
|
String |
getNextToken()
If there are more encoder configurations than
maxResults, use nextToken in the request
to get the next set. |
int |
hashCode() |
void |
setEncoderConfigurations(Collection<EncoderConfigurationSummary> encoderConfigurations)
List of the matching EncoderConfigurations (summary information only).
|
void |
setNextToken(String nextToken)
If there are more encoder configurations than
maxResults, use nextToken in the request
to get the next set. |
String |
toString()
Returns a string representation of this object.
|
ListEncoderConfigurationsResult |
withEncoderConfigurations(Collection<EncoderConfigurationSummary> encoderConfigurations)
List of the matching EncoderConfigurations (summary information only).
|
ListEncoderConfigurationsResult |
withEncoderConfigurations(EncoderConfigurationSummary... encoderConfigurations)
List of the matching EncoderConfigurations (summary information only).
|
ListEncoderConfigurationsResult |
withNextToken(String nextToken)
If there are more encoder configurations than
maxResults, use nextToken in the request
to get the next set. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<EncoderConfigurationSummary> getEncoderConfigurations()
List of the matching EncoderConfigurations (summary information only).
public void setEncoderConfigurations(Collection<EncoderConfigurationSummary> encoderConfigurations)
List of the matching EncoderConfigurations (summary information only).
encoderConfigurations - List of the matching EncoderConfigurations (summary information only).public ListEncoderConfigurationsResult withEncoderConfigurations(EncoderConfigurationSummary... encoderConfigurations)
List of the matching EncoderConfigurations (summary information only).
NOTE: This method appends the values to the existing list (if any). Use
setEncoderConfigurations(java.util.Collection) or
withEncoderConfigurations(java.util.Collection) if you want to override the existing values.
encoderConfigurations - List of the matching EncoderConfigurations (summary information only).public ListEncoderConfigurationsResult withEncoderConfigurations(Collection<EncoderConfigurationSummary> encoderConfigurations)
List of the matching EncoderConfigurations (summary information only).
encoderConfigurations - List of the matching EncoderConfigurations (summary information only).public void setNextToken(String nextToken)
If there are more encoder configurations than maxResults, use nextToken in the request
to get the next set.
nextToken - If there are more encoder configurations than maxResults, use nextToken in the
request to get the next set.public String getNextToken()
If there are more encoder 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 ListEncoderConfigurationsResult withNextToken(String nextToken)
If there are more encoder configurations than maxResults, use nextToken in the request
to get the next set.
nextToken - If there are more encoder configurations than maxResults, use nextToken in the
request to get the next set.public String toString()
toString in class ObjectObject.toString()public ListEncoderConfigurationsResult clone()
Copyright © 2023. All rights reserved.