@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSmartHomeAppliancesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListSmartHomeAppliancesResult() |
Modifier and Type | Method and Description |
---|---|
ListSmartHomeAppliancesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The tokens used for pagination.
|
List<SmartHomeAppliance> |
getSmartHomeAppliances()
The smart home appliances.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The tokens used for pagination.
|
void |
setSmartHomeAppliances(Collection<SmartHomeAppliance> smartHomeAppliances)
The smart home appliances.
|
String |
toString()
Returns a string representation of this object.
|
ListSmartHomeAppliancesResult |
withNextToken(String nextToken)
The tokens used for pagination.
|
ListSmartHomeAppliancesResult |
withSmartHomeAppliances(Collection<SmartHomeAppliance> smartHomeAppliances)
The smart home appliances.
|
ListSmartHomeAppliancesResult |
withSmartHomeAppliances(SmartHomeAppliance... smartHomeAppliances)
The smart home appliances.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SmartHomeAppliance> getSmartHomeAppliances()
The smart home appliances.
public void setSmartHomeAppliances(Collection<SmartHomeAppliance> smartHomeAppliances)
The smart home appliances.
smartHomeAppliances
- The smart home appliances.public ListSmartHomeAppliancesResult withSmartHomeAppliances(SmartHomeAppliance... smartHomeAppliances)
The smart home appliances.
NOTE: This method appends the values to the existing list (if any). Use
setSmartHomeAppliances(java.util.Collection)
or withSmartHomeAppliances(java.util.Collection)
if you want to override the existing values.
smartHomeAppliances
- The smart home appliances.public ListSmartHomeAppliancesResult withSmartHomeAppliances(Collection<SmartHomeAppliance> smartHomeAppliances)
The smart home appliances.
smartHomeAppliances
- The smart home appliances.public void setNextToken(String nextToken)
The tokens used for pagination.
nextToken
- The tokens used for pagination.public String getNextToken()
The tokens used for pagination.
public ListSmartHomeAppliancesResult withNextToken(String nextToken)
The tokens used for pagination.
nextToken
- The tokens used for pagination.public String toString()
toString
in class Object
Object.toString()
public ListSmartHomeAppliancesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.