@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePatchPropertiesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribePatchPropertiesResult() |
Modifier and Type | Method and Description |
---|---|
DescribePatchPropertiesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of items to return.
|
List<Map<String,String>> |
getProperties()
A list of the properties for patches matching the filter request parameters.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
void |
setProperties(Collection<Map<String,String>> properties)
A list of the properties for patches matching the filter request parameters.
|
String |
toString()
Returns a string representation of this object.
|
DescribePatchPropertiesResult |
withNextToken(String nextToken)
The token for the next set of items to return.
|
DescribePatchPropertiesResult |
withProperties(Collection<Map<String,String>> properties)
A list of the properties for patches matching the filter request parameters.
|
DescribePatchPropertiesResult |
withProperties(Map<String,String>... properties)
A list of the properties for patches matching the filter request parameters.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Map<String,String>> getProperties()
A list of the properties for patches matching the filter request parameters.
public void setProperties(Collection<Map<String,String>> properties)
A list of the properties for patches matching the filter request parameters.
properties
- A list of the properties for patches matching the filter request parameters.public DescribePatchPropertiesResult withProperties(Map<String,String>... properties)
A list of the properties for patches matching the filter request parameters.
NOTE: This method appends the values to the existing list (if any). Use
setProperties(java.util.Collection)
or withProperties(java.util.Collection)
if you want to
override the existing values.
properties
- A list of the properties for patches matching the filter request parameters.public DescribePatchPropertiesResult withProperties(Collection<Map<String,String>> properties)
A list of the properties for patches matching the filter request parameters.
properties
- A list of the properties for patches matching the filter request parameters.public void setNextToken(String nextToken)
The token for the next set of items to return. (You use this token in the next call.)
nextToken
- The token for the next set of items to return. (You use this token in the next call.)public String getNextToken()
The token for the next set of items to return. (You use this token in the next call.)
public DescribePatchPropertiesResult withNextToken(String nextToken)
The token for the next set of items to return. (You use this token in the next call.)
nextToken
- The token for the next set of items to return. (You use this token in the next call.)public String toString()
toString
in class Object
Object.toString()
public DescribePatchPropertiesResult clone()