@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMaintenanceWindowsForTargetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeMaintenanceWindowsForTargetResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMaintenanceWindowsForTargetResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of items to return.
|
List<MaintenanceWindowIdentityForTarget> |
getWindowIdentities()
Information about the maintenance window targets and tasks an instance is associated with.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
void |
setWindowIdentities(Collection<MaintenanceWindowIdentityForTarget> windowIdentities)
Information about the maintenance window targets and tasks an instance is associated with.
|
String |
toString()
Returns a string representation of this object.
|
DescribeMaintenanceWindowsForTargetResult |
withNextToken(String nextToken)
The token for the next set of items to return.
|
DescribeMaintenanceWindowsForTargetResult |
withWindowIdentities(Collection<MaintenanceWindowIdentityForTarget> windowIdentities)
Information about the maintenance window targets and tasks an instance is associated with.
|
DescribeMaintenanceWindowsForTargetResult |
withWindowIdentities(MaintenanceWindowIdentityForTarget... windowIdentities)
Information about the maintenance window targets and tasks an instance is associated with.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeMaintenanceWindowsForTargetResult()
public List<MaintenanceWindowIdentityForTarget> getWindowIdentities()
Information about the maintenance window targets and tasks an instance is associated with.
public void setWindowIdentities(Collection<MaintenanceWindowIdentityForTarget> windowIdentities)
Information about the maintenance window targets and tasks an instance is associated with.
windowIdentities
- Information about the maintenance window targets and tasks an instance is associated with.public DescribeMaintenanceWindowsForTargetResult withWindowIdentities(MaintenanceWindowIdentityForTarget... windowIdentities)
Information about the maintenance window targets and tasks an instance is associated with.
NOTE: This method appends the values to the existing list (if any). Use
setWindowIdentities(java.util.Collection)
or withWindowIdentities(java.util.Collection)
if you
want to override the existing values.
windowIdentities
- Information about the maintenance window targets and tasks an instance is associated with.public DescribeMaintenanceWindowsForTargetResult withWindowIdentities(Collection<MaintenanceWindowIdentityForTarget> windowIdentities)
Information about the maintenance window targets and tasks an instance is associated with.
windowIdentities
- Information about the maintenance window targets and tasks an instance is associated with.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 DescribeMaintenanceWindowsForTargetResult 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 DescribeMaintenanceWindowsForTargetResult clone()
Copyright © 2021. All rights reserved.