@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEdgeAgentConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListEdgeAgentConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
ListEdgeAgentConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
List<ListEdgeAgentConfigurationsEdgeConfig> |
getEdgeConfigs()
A description of a single stream's edge configuration.
|
String |
getNextToken()
If the response is truncated, the call returns this element with a given token.
|
int |
hashCode() |
void |
setEdgeConfigs(Collection<ListEdgeAgentConfigurationsEdgeConfig> edgeConfigs)
A description of a single stream's edge configuration.
|
void |
setNextToken(String nextToken)
If the response is truncated, the call returns this element with a given token.
|
String |
toString()
Returns a string representation of this object.
|
ListEdgeAgentConfigurationsResult |
withEdgeConfigs(Collection<ListEdgeAgentConfigurationsEdgeConfig> edgeConfigs)
A description of a single stream's edge configuration.
|
ListEdgeAgentConfigurationsResult |
withEdgeConfigs(ListEdgeAgentConfigurationsEdgeConfig... edgeConfigs)
A description of a single stream's edge configuration.
|
ListEdgeAgentConfigurationsResult |
withNextToken(String nextToken)
If the response is truncated, the call returns this element with a given token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ListEdgeAgentConfigurationsEdgeConfig> getEdgeConfigs()
A description of a single stream's edge configuration.
public void setEdgeConfigs(Collection<ListEdgeAgentConfigurationsEdgeConfig> edgeConfigs)
A description of a single stream's edge configuration.
edgeConfigs
- A description of a single stream's edge configuration.public ListEdgeAgentConfigurationsResult withEdgeConfigs(ListEdgeAgentConfigurationsEdgeConfig... edgeConfigs)
A description of a single stream's edge configuration.
NOTE: This method appends the values to the existing list (if any). Use
setEdgeConfigs(java.util.Collection)
or withEdgeConfigs(java.util.Collection)
if you want to
override the existing values.
edgeConfigs
- A description of a single stream's edge configuration.public ListEdgeAgentConfigurationsResult withEdgeConfigs(Collection<ListEdgeAgentConfigurationsEdgeConfig> edgeConfigs)
A description of a single stream's edge configuration.
edgeConfigs
- A description of a single stream's edge configuration.public void setNextToken(String nextToken)
If the response is truncated, the call returns this element with a given token. To get the next batch of edge configurations, use this token in your next request.
nextToken
- If the response is truncated, the call returns this element with a given token. To get the next batch of
edge configurations, use this token in your next request.public String getNextToken()
If the response is truncated, the call returns this element with a given token. To get the next batch of edge configurations, use this token in your next request.
public ListEdgeAgentConfigurationsResult withNextToken(String nextToken)
If the response is truncated, the call returns this element with a given token. To get the next batch of edge configurations, use this token in your next request.
nextToken
- If the response is truncated, the call returns this element with a given token. To get the next batch of
edge configurations, use this token in your next request.public String toString()
toString
in class Object
Object.toString()
public ListEdgeAgentConfigurationsResult clone()