@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRuntimeVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeRuntimeVersionsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeRuntimeVersionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token that indicates that there is more data available.
|
List<RuntimeVersion> |
getRuntimeVersions()
An array of objects that display the details about each Synthetics canary runtime version.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token that indicates that there is more data available.
|
void |
setRuntimeVersions(Collection<RuntimeVersion> runtimeVersions)
An array of objects that display the details about each Synthetics canary runtime version.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRuntimeVersionsResult |
withNextToken(String nextToken)
A token that indicates that there is more data available.
|
DescribeRuntimeVersionsResult |
withRuntimeVersions(Collection<RuntimeVersion> runtimeVersions)
An array of objects that display the details about each Synthetics canary runtime version.
|
DescribeRuntimeVersionsResult |
withRuntimeVersions(RuntimeVersion... runtimeVersions)
An array of objects that display the details about each Synthetics canary runtime version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<RuntimeVersion> getRuntimeVersions()
An array of objects that display the details about each Synthetics canary runtime version.
public void setRuntimeVersions(Collection<RuntimeVersion> runtimeVersions)
An array of objects that display the details about each Synthetics canary runtime version.
runtimeVersions - An array of objects that display the details about each Synthetics canary runtime version.public DescribeRuntimeVersionsResult withRuntimeVersions(RuntimeVersion... runtimeVersions)
An array of objects that display the details about each Synthetics canary runtime version.
NOTE: This method appends the values to the existing list (if any). Use
setRuntimeVersions(java.util.Collection) or withRuntimeVersions(java.util.Collection) if you
want to override the existing values.
runtimeVersions - An array of objects that display the details about each Synthetics canary runtime version.public DescribeRuntimeVersionsResult withRuntimeVersions(Collection<RuntimeVersion> runtimeVersions)
An array of objects that display the details about each Synthetics canary runtime version.
runtimeVersions - An array of objects that display the details about each Synthetics canary runtime version.public void setNextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent
DescribeRuntimeVersions operation to retrieve the next set of results.
nextToken - A token that indicates that there is more data available. You can use this token in a subsequent
DescribeRuntimeVersions operation to retrieve the next set of results.public String getNextToken()
A token that indicates that there is more data available. You can use this token in a subsequent
DescribeRuntimeVersions operation to retrieve the next set of results.
DescribeRuntimeVersions operation to retrieve the next set of results.public DescribeRuntimeVersionsResult withNextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent
DescribeRuntimeVersions operation to retrieve the next set of results.
nextToken - A token that indicates that there is more data available. You can use this token in a subsequent
DescribeRuntimeVersions operation to retrieve the next set of results.public String toString()
toString in class ObjectObject.toString()public DescribeRuntimeVersionsResult clone()