@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePatchGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribePatchGroupsResult() |
Modifier and Type | Method and Description |
---|---|
DescribePatchGroupsResult |
clone() |
boolean |
equals(Object obj) |
List<PatchGroupPatchBaselineMapping> |
getMappings()
Each entry in the array contains:
|
String |
getNextToken()
The token to use when requesting the next set of items.
|
int |
hashCode() |
void |
setMappings(Collection<PatchGroupPatchBaselineMapping> mappings)
Each entry in the array contains:
|
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
String |
toString()
Returns a string representation of this object.
|
DescribePatchGroupsResult |
withMappings(Collection<PatchGroupPatchBaselineMapping> mappings)
Each entry in the array contains:
|
DescribePatchGroupsResult |
withMappings(PatchGroupPatchBaselineMapping... mappings)
Each entry in the array contains:
|
DescribePatchGroupsResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<PatchGroupPatchBaselineMapping> getMappings()
Each entry in the array contains:
PatchGroup
: string (between 1 and 256 characters. Regex:
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)
PatchBaselineIdentity
: A PatchBaselineIdentity
element.
PatchGroup
: string (between 1 and 256 characters. Regex:
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)
PatchBaselineIdentity
: A PatchBaselineIdentity
element.
public void setMappings(Collection<PatchGroupPatchBaselineMapping> mappings)
Each entry in the array contains:
PatchGroup
: string (between 1 and 256 characters. Regex:
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)
PatchBaselineIdentity
: A PatchBaselineIdentity
element.
mappings
- Each entry in the array contains:
PatchGroup
: string (between 1 and 256 characters. Regex:
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)
PatchBaselineIdentity
: A PatchBaselineIdentity
element.
public DescribePatchGroupsResult withMappings(PatchGroupPatchBaselineMapping... mappings)
Each entry in the array contains:
PatchGroup
: string (between 1 and 256 characters. Regex:
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)
PatchBaselineIdentity
: A PatchBaselineIdentity
element.
NOTE: This method appends the values to the existing list (if any). Use
setMappings(java.util.Collection)
or withMappings(java.util.Collection)
if you want to override
the existing values.
mappings
- Each entry in the array contains:
PatchGroup
: string (between 1 and 256 characters. Regex:
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)
PatchBaselineIdentity
: A PatchBaselineIdentity
element.
public DescribePatchGroupsResult withMappings(Collection<PatchGroupPatchBaselineMapping> mappings)
Each entry in the array contains:
PatchGroup
: string (between 1 and 256 characters. Regex:
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)
PatchBaselineIdentity
: A PatchBaselineIdentity
element.
mappings
- Each entry in the array contains:
PatchGroup
: string (between 1 and 256 characters. Regex:
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)
PatchBaselineIdentity
: A PatchBaselineIdentity
element.
public void setNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the
string is empty.public String getNextToken()
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
public DescribePatchGroupsResult withNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the
string is empty.public String toString()
toString
in class Object
Object.toString()
public DescribePatchGroupsResult clone()