@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPropertiesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListPropertiesResult() |
Modifier and Type | Method and Description |
---|---|
ListPropertiesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The string that specifies the next page of property results.
|
List<PropertySummary> |
getPropertySummaries()
A list of objects that contain information about the properties.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The string that specifies the next page of property results.
|
void |
setPropertySummaries(Collection<PropertySummary> propertySummaries)
A list of objects that contain information about the properties.
|
String |
toString()
Returns a string representation of this object.
|
ListPropertiesResult |
withNextToken(String nextToken)
The string that specifies the next page of property results.
|
ListPropertiesResult |
withPropertySummaries(Collection<PropertySummary> propertySummaries)
A list of objects that contain information about the properties.
|
ListPropertiesResult |
withPropertySummaries(PropertySummary... propertySummaries)
A list of objects that contain information about the properties.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<PropertySummary> getPropertySummaries()
A list of objects that contain information about the properties.
public void setPropertySummaries(Collection<PropertySummary> propertySummaries)
A list of objects that contain information about the properties.
propertySummaries
- A list of objects that contain information about the properties.public ListPropertiesResult withPropertySummaries(PropertySummary... propertySummaries)
A list of objects that contain information about the properties.
NOTE: This method appends the values to the existing list (if any). Use
setPropertySummaries(java.util.Collection)
or withPropertySummaries(java.util.Collection)
if
you want to override the existing values.
propertySummaries
- A list of objects that contain information about the properties.public ListPropertiesResult withPropertySummaries(Collection<PropertySummary> propertySummaries)
A list of objects that contain information about the properties.
propertySummaries
- A list of objects that contain information about the properties.public void setNextToken(String nextToken)
The string that specifies the next page of property results.
nextToken
- The string that specifies the next page of property results.public String getNextToken()
The string that specifies the next page of property results.
public ListPropertiesResult withNextToken(String nextToken)
The string that specifies the next page of property results.
nextToken
- The string that specifies the next page of property results.public String toString()
toString
in class Object
Object.toString()
public ListPropertiesResult clone()