@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NodeGroupMemberUpdateStatus extends Object implements Serializable, Cloneable
The status of the service update on the node group member
Constructor and Description |
---|
NodeGroupMemberUpdateStatus() |
Modifier and Type | Method and Description |
---|---|
NodeGroupMemberUpdateStatus |
clone() |
boolean |
equals(Object obj) |
String |
getCacheClusterId()
The cache cluster ID
|
String |
getCacheNodeId()
The node ID of the cache cluster
|
Date |
getNodeDeletionDate()
The deletion date of the node
|
Date |
getNodeUpdateEndDate()
The end date of the update for a node
|
String |
getNodeUpdateInitiatedBy()
Reflects whether the update was initiated by the customer or automatically applied
|
Date |
getNodeUpdateInitiatedDate()
The date when the update is triggered
|
Date |
getNodeUpdateStartDate()
The start date of the update for a node
|
String |
getNodeUpdateStatus()
The update status of the node
|
Date |
getNodeUpdateStatusModifiedDate()
The date when the NodeUpdateStatus was last modified
|
int |
hashCode() |
void |
setCacheClusterId(String cacheClusterId)
The cache cluster ID
|
void |
setCacheNodeId(String cacheNodeId)
The node ID of the cache cluster
|
void |
setNodeDeletionDate(Date nodeDeletionDate)
The deletion date of the node
|
void |
setNodeUpdateEndDate(Date nodeUpdateEndDate)
The end date of the update for a node
|
void |
setNodeUpdateInitiatedBy(String nodeUpdateInitiatedBy)
Reflects whether the update was initiated by the customer or automatically applied
|
void |
setNodeUpdateInitiatedDate(Date nodeUpdateInitiatedDate)
The date when the update is triggered
|
void |
setNodeUpdateStartDate(Date nodeUpdateStartDate)
The start date of the update for a node
|
void |
setNodeUpdateStatus(String nodeUpdateStatus)
The update status of the node
|
void |
setNodeUpdateStatusModifiedDate(Date nodeUpdateStatusModifiedDate)
The date when the NodeUpdateStatus was last modified
|
String |
toString()
Returns a string representation of this object.
|
NodeGroupMemberUpdateStatus |
withCacheClusterId(String cacheClusterId)
The cache cluster ID
|
NodeGroupMemberUpdateStatus |
withCacheNodeId(String cacheNodeId)
The node ID of the cache cluster
|
NodeGroupMemberUpdateStatus |
withNodeDeletionDate(Date nodeDeletionDate)
The deletion date of the node
|
NodeGroupMemberUpdateStatus |
withNodeUpdateEndDate(Date nodeUpdateEndDate)
The end date of the update for a node
|
NodeGroupMemberUpdateStatus |
withNodeUpdateInitiatedBy(NodeUpdateInitiatedBy nodeUpdateInitiatedBy)
Reflects whether the update was initiated by the customer or automatically applied
|
NodeGroupMemberUpdateStatus |
withNodeUpdateInitiatedBy(String nodeUpdateInitiatedBy)
Reflects whether the update was initiated by the customer or automatically applied
|
NodeGroupMemberUpdateStatus |
withNodeUpdateInitiatedDate(Date nodeUpdateInitiatedDate)
The date when the update is triggered
|
NodeGroupMemberUpdateStatus |
withNodeUpdateStartDate(Date nodeUpdateStartDate)
The start date of the update for a node
|
NodeGroupMemberUpdateStatus |
withNodeUpdateStatus(NodeUpdateStatus nodeUpdateStatus)
The update status of the node
|
NodeGroupMemberUpdateStatus |
withNodeUpdateStatus(String nodeUpdateStatus)
The update status of the node
|
NodeGroupMemberUpdateStatus |
withNodeUpdateStatusModifiedDate(Date nodeUpdateStatusModifiedDate)
The date when the NodeUpdateStatus was last modified
|
public void setCacheClusterId(String cacheClusterId)
The cache cluster ID
cacheClusterId
- The cache cluster IDpublic String getCacheClusterId()
The cache cluster ID
public NodeGroupMemberUpdateStatus withCacheClusterId(String cacheClusterId)
The cache cluster ID
cacheClusterId
- The cache cluster IDpublic void setCacheNodeId(String cacheNodeId)
The node ID of the cache cluster
cacheNodeId
- The node ID of the cache clusterpublic String getCacheNodeId()
The node ID of the cache cluster
public NodeGroupMemberUpdateStatus withCacheNodeId(String cacheNodeId)
The node ID of the cache cluster
cacheNodeId
- The node ID of the cache clusterpublic void setNodeUpdateStatus(String nodeUpdateStatus)
The update status of the node
nodeUpdateStatus
- The update status of the nodeNodeUpdateStatus
public String getNodeUpdateStatus()
The update status of the node
NodeUpdateStatus
public NodeGroupMemberUpdateStatus withNodeUpdateStatus(String nodeUpdateStatus)
The update status of the node
nodeUpdateStatus
- The update status of the nodeNodeUpdateStatus
public NodeGroupMemberUpdateStatus withNodeUpdateStatus(NodeUpdateStatus nodeUpdateStatus)
The update status of the node
nodeUpdateStatus
- The update status of the nodeNodeUpdateStatus
public void setNodeDeletionDate(Date nodeDeletionDate)
The deletion date of the node
nodeDeletionDate
- The deletion date of the nodepublic Date getNodeDeletionDate()
The deletion date of the node
public NodeGroupMemberUpdateStatus withNodeDeletionDate(Date nodeDeletionDate)
The deletion date of the node
nodeDeletionDate
- The deletion date of the nodepublic void setNodeUpdateStartDate(Date nodeUpdateStartDate)
The start date of the update for a node
nodeUpdateStartDate
- The start date of the update for a nodepublic Date getNodeUpdateStartDate()
The start date of the update for a node
public NodeGroupMemberUpdateStatus withNodeUpdateStartDate(Date nodeUpdateStartDate)
The start date of the update for a node
nodeUpdateStartDate
- The start date of the update for a nodepublic void setNodeUpdateEndDate(Date nodeUpdateEndDate)
The end date of the update for a node
nodeUpdateEndDate
- The end date of the update for a nodepublic Date getNodeUpdateEndDate()
The end date of the update for a node
public NodeGroupMemberUpdateStatus withNodeUpdateEndDate(Date nodeUpdateEndDate)
The end date of the update for a node
nodeUpdateEndDate
- The end date of the update for a nodepublic void setNodeUpdateInitiatedBy(String nodeUpdateInitiatedBy)
Reflects whether the update was initiated by the customer or automatically applied
nodeUpdateInitiatedBy
- Reflects whether the update was initiated by the customer or automatically appliedNodeUpdateInitiatedBy
public String getNodeUpdateInitiatedBy()
Reflects whether the update was initiated by the customer or automatically applied
NodeUpdateInitiatedBy
public NodeGroupMemberUpdateStatus withNodeUpdateInitiatedBy(String nodeUpdateInitiatedBy)
Reflects whether the update was initiated by the customer or automatically applied
nodeUpdateInitiatedBy
- Reflects whether the update was initiated by the customer or automatically appliedNodeUpdateInitiatedBy
public NodeGroupMemberUpdateStatus withNodeUpdateInitiatedBy(NodeUpdateInitiatedBy nodeUpdateInitiatedBy)
Reflects whether the update was initiated by the customer or automatically applied
nodeUpdateInitiatedBy
- Reflects whether the update was initiated by the customer or automatically appliedNodeUpdateInitiatedBy
public void setNodeUpdateInitiatedDate(Date nodeUpdateInitiatedDate)
The date when the update is triggered
nodeUpdateInitiatedDate
- The date when the update is triggeredpublic Date getNodeUpdateInitiatedDate()
The date when the update is triggered
public NodeGroupMemberUpdateStatus withNodeUpdateInitiatedDate(Date nodeUpdateInitiatedDate)
The date when the update is triggered
nodeUpdateInitiatedDate
- The date when the update is triggeredpublic void setNodeUpdateStatusModifiedDate(Date nodeUpdateStatusModifiedDate)
The date when the NodeUpdateStatus was last modified
nodeUpdateStatusModifiedDate
- The date when the NodeUpdateStatus was last modifiedpublic Date getNodeUpdateStatusModifiedDate()
The date when the NodeUpdateStatus was last modified
public NodeGroupMemberUpdateStatus withNodeUpdateStatusModifiedDate(Date nodeUpdateStatusModifiedDate)
The date when the NodeUpdateStatus was last modified
nodeUpdateStatusModifiedDate
- The date when the NodeUpdateStatus was last modifiedpublic String toString()
toString
in class Object
Object.toString()
public NodeGroupMemberUpdateStatus clone()