@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDhcpOptionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDhcpOptionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDhcpOptionsResult |
clone() |
boolean |
equals(Object obj) |
List<DhcpOptions> |
getDhcpOptions()
Information about the DHCP options sets.
|
String |
getNextToken()
The token to include in another request to get the next page of items.
|
int |
hashCode() |
void |
setDhcpOptions(Collection<DhcpOptions> dhcpOptions)
Information about the DHCP options sets.
|
void |
setNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDhcpOptionsResult |
withDhcpOptions(Collection<DhcpOptions> dhcpOptions)
Information about the DHCP options sets.
|
DescribeDhcpOptionsResult |
withDhcpOptions(DhcpOptions... dhcpOptions)
Information about the DHCP options sets.
|
DescribeDhcpOptionsResult |
withNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DhcpOptions> getDhcpOptions()
Information about the DHCP options sets.
public void setDhcpOptions(Collection<DhcpOptions> dhcpOptions)
Information about the DHCP options sets.
dhcpOptions
- Information about the DHCP options sets.public DescribeDhcpOptionsResult withDhcpOptions(DhcpOptions... dhcpOptions)
Information about the DHCP options sets.
NOTE: This method appends the values to the existing list (if any). Use
setDhcpOptions(java.util.Collection)
or withDhcpOptions(java.util.Collection)
if you want to
override the existing values.
dhcpOptions
- Information about the DHCP options sets.public DescribeDhcpOptionsResult withDhcpOptions(Collection<DhcpOptions> dhcpOptions)
Information about the DHCP options sets.
dhcpOptions
- Information about the DHCP options sets.public void setNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String getNextToken()
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
null
when there are no more items to return.public DescribeDhcpOptionsResult withNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String toString()
toString
in class Object
Object.toString()
public DescribeDhcpOptionsResult clone()