@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInstancePatchesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeInstancePatchesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancePatchesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use when requesting the next set of items.
|
List<PatchComplianceData> |
getPatches()
Each entry in the array is a structure containing:
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
void |
setPatches(Collection<PatchComplianceData> patches)
Each entry in the array is a structure containing:
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeInstancePatchesResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeInstancePatchesResult |
withPatches(Collection<PatchComplianceData> patches)
Each entry in the array is a structure containing:
|
DescribeInstancePatchesResult |
withPatches(PatchComplianceData... patches)
Each entry in the array is a structure containing:
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<PatchComplianceData> getPatches()
Each entry in the array is a structure containing:
Title (string)
KBId (string)
Classification (string)
Severity (string)
State (string: "INSTALLED", "INSTALLED OTHER", "MISSING", "NOT APPLICABLE", "FAILED")
InstalledTime (DateTime)
InstalledBy (string)
Title (string)
KBId (string)
Classification (string)
Severity (string)
State (string: "INSTALLED", "INSTALLED OTHER", "MISSING", "NOT APPLICABLE", "FAILED")
InstalledTime (DateTime)
InstalledBy (string)
public void setPatches(Collection<PatchComplianceData> patches)
Each entry in the array is a structure containing:
Title (string)
KBId (string)
Classification (string)
Severity (string)
State (string: "INSTALLED", "INSTALLED OTHER", "MISSING", "NOT APPLICABLE", "FAILED")
InstalledTime (DateTime)
InstalledBy (string)
patches - Each entry in the array is a structure containing:
Title (string)
KBId (string)
Classification (string)
Severity (string)
State (string: "INSTALLED", "INSTALLED OTHER", "MISSING", "NOT APPLICABLE", "FAILED")
InstalledTime (DateTime)
InstalledBy (string)
public DescribeInstancePatchesResult withPatches(PatchComplianceData... patches)
Each entry in the array is a structure containing:
Title (string)
KBId (string)
Classification (string)
Severity (string)
State (string: "INSTALLED", "INSTALLED OTHER", "MISSING", "NOT APPLICABLE", "FAILED")
InstalledTime (DateTime)
InstalledBy (string)
NOTE: This method appends the values to the existing list (if any). Use
setPatches(java.util.Collection) or withPatches(java.util.Collection) if you want to override
the existing values.
patches - Each entry in the array is a structure containing:
Title (string)
KBId (string)
Classification (string)
Severity (string)
State (string: "INSTALLED", "INSTALLED OTHER", "MISSING", "NOT APPLICABLE", "FAILED")
InstalledTime (DateTime)
InstalledBy (string)
public DescribeInstancePatchesResult withPatches(Collection<PatchComplianceData> patches)
Each entry in the array is a structure containing:
Title (string)
KBId (string)
Classification (string)
Severity (string)
State (string: "INSTALLED", "INSTALLED OTHER", "MISSING", "NOT APPLICABLE", "FAILED")
InstalledTime (DateTime)
InstalledBy (string)
patches - Each entry in the array is a structure containing:
Title (string)
KBId (string)
Classification (string)
Severity (string)
State (string: "INSTALLED", "INSTALLED OTHER", "MISSING", "NOT APPLICABLE", "FAILED")
InstalledTime (DateTime)
InstalledBy (string)
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 DescribeInstancePatchesResult 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 ObjectObject.toString()public DescribeInstancePatchesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.