@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEffectivePatchesForPatchBaselineResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeEffectivePatchesForPatchBaselineResult() |
Modifier and Type | Method and Description |
---|---|
DescribeEffectivePatchesForPatchBaselineResult |
clone() |
boolean |
equals(Object obj) |
List<EffectivePatch> |
getEffectivePatches()
An array of patches and patch status.
|
String |
getNextToken()
The token to use when requesting the next set of items.
|
int |
hashCode() |
void |
setEffectivePatches(Collection<EffectivePatch> effectivePatches)
An array of patches and patch status.
|
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeEffectivePatchesForPatchBaselineResult |
withEffectivePatches(Collection<EffectivePatch> effectivePatches)
An array of patches and patch status.
|
DescribeEffectivePatchesForPatchBaselineResult |
withEffectivePatches(EffectivePatch... effectivePatches)
An array of patches and patch status.
|
DescribeEffectivePatchesForPatchBaselineResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeEffectivePatchesForPatchBaselineResult()
public List<EffectivePatch> getEffectivePatches()
An array of patches and patch status.
public void setEffectivePatches(Collection<EffectivePatch> effectivePatches)
An array of patches and patch status.
effectivePatches
- An array of patches and patch status.public DescribeEffectivePatchesForPatchBaselineResult withEffectivePatches(EffectivePatch... effectivePatches)
An array of patches and patch status.
NOTE: This method appends the values to the existing list (if any). Use
setEffectivePatches(java.util.Collection)
or withEffectivePatches(java.util.Collection)
if you
want to override the existing values.
effectivePatches
- An array of patches and patch status.public DescribeEffectivePatchesForPatchBaselineResult withEffectivePatches(Collection<EffectivePatch> effectivePatches)
An array of patches and patch status.
effectivePatches
- An array of patches and patch status.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 DescribeEffectivePatchesForPatchBaselineResult 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 DescribeEffectivePatchesForPatchBaselineResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.