@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNodeConfigurationOptionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeNodeConfigurationOptionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeNodeConfigurationOptionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
A value that indicates the starting point for the next set of response records in a subsequent request.
|
List<NodeConfigurationOption> |
getNodeConfigurationOptionList()
A list of valid node configurations.
|
int |
hashCode() |
void |
setMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
void |
setNodeConfigurationOptionList(Collection<NodeConfigurationOption> nodeConfigurationOptionList)
A list of valid node configurations.
|
String |
toString()
Returns a string representation of this object.
|
DescribeNodeConfigurationOptionsResult |
withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
DescribeNodeConfigurationOptionsResult |
withNodeConfigurationOptionList(Collection<NodeConfigurationOption> nodeConfigurationOptionList)
A list of valid node configurations.
|
DescribeNodeConfigurationOptionsResult |
withNodeConfigurationOptionList(NodeConfigurationOption... nodeConfigurationOptionList)
A list of valid node configurations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeNodeConfigurationOptionsResult()
public List<NodeConfigurationOption> getNodeConfigurationOptionList()
A list of valid node configurations.
public void setNodeConfigurationOptionList(Collection<NodeConfigurationOption> nodeConfigurationOptionList)
A list of valid node configurations.
nodeConfigurationOptionList
- A list of valid node configurations.public DescribeNodeConfigurationOptionsResult withNodeConfigurationOptionList(NodeConfigurationOption... nodeConfigurationOptionList)
A list of valid node configurations.
NOTE: This method appends the values to the existing list (if any). Use
setNodeConfigurationOptionList(java.util.Collection)
or
withNodeConfigurationOptionList(java.util.Collection)
if you want to override the existing values.
nodeConfigurationOptionList
- A list of valid node configurations.public DescribeNodeConfigurationOptionsResult withNodeConfigurationOptionList(Collection<NodeConfigurationOption> nodeConfigurationOptionList)
A list of valid node configurations.
nodeConfigurationOptionList
- A list of valid node configurations.public void setMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. If a
value is returned in a response, you can retrieve the next set of records by providing this returned marker value
in the Marker
parameter and retrying the command. If the Marker
field is empty, all
response records have been retrieved for the request.
marker
- A value that indicates the starting point for the next set of response records in a subsequent request. If
a value is returned in a response, you can retrieve the next set of records by providing this returned
marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.public String getMarker()
A value that indicates the starting point for the next set of response records in a subsequent request. If a
value is returned in a response, you can retrieve the next set of records by providing this returned marker value
in the Marker
parameter and retrying the command. If the Marker
field is empty, all
response records have been retrieved for the request.
Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.public DescribeNodeConfigurationOptionsResult withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. If a
value is returned in a response, you can retrieve the next set of records by providing this returned marker value
in the Marker
parameter and retrying the command. If the Marker
field is empty, all
response records have been retrieved for the request.
marker
- A value that indicates the starting point for the next set of response records in a subsequent request. If
a value is returned in a response, you can retrieve the next set of records by providing this returned
marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.public String toString()
toString
in class Object
Object.toString()
public DescribeNodeConfigurationOptionsResult clone()