@Deprecated public class ChangeBatchRecord extends Object implements Serializable, Cloneable
A complex type that lists the changes and information for a ChangeBatch.
| Constructor and Description |
|---|
ChangeBatchRecord()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeBatchRecord |
clone()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
List<Change> |
getChanges()
Deprecated.
A list of changes made in the ChangeBatch.
|
String |
getComment()
Deprecated.
A complex type that describes change information about changes made to your hosted zone.
|
String |
getId()
Deprecated.
The ID of the request.
|
String |
getStatus()
Deprecated.
The current state of the request.
|
Date |
getSubmittedAt()
Deprecated.
The date and time the change was submitted, in the format
YYYY-MM-DDThh:mm:ssZ, as specified in the
ISO 8601 standard (for example, 2009-11-19T19:37:58Z). |
String |
getSubmitter()
Deprecated.
The AWS account ID attached to the changes.
|
int |
hashCode()
Deprecated.
|
void |
setChanges(Collection<Change> changes)
Deprecated.
A list of changes made in the ChangeBatch.
|
void |
setComment(String comment)
Deprecated.
A complex type that describes change information about changes made to your hosted zone.
|
void |
setId(String id)
Deprecated.
The ID of the request.
|
void |
setStatus(ChangeStatus status)
Deprecated.
The current state of the request.
|
void |
setStatus(String status)
Deprecated.
The current state of the request.
|
void |
setSubmittedAt(Date submittedAt)
Deprecated.
The date and time the change was submitted, in the format
YYYY-MM-DDThh:mm:ssZ, as specified in the
ISO 8601 standard (for example, 2009-11-19T19:37:58Z). |
void |
setSubmitter(String submitter)
Deprecated.
The AWS account ID attached to the changes.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and debugging.
|
ChangeBatchRecord |
withChanges(Change... changes)
Deprecated.
A list of changes made in the ChangeBatch.
|
ChangeBatchRecord |
withChanges(Collection<Change> changes)
Deprecated.
A list of changes made in the ChangeBatch.
|
ChangeBatchRecord |
withComment(String comment)
Deprecated.
A complex type that describes change information about changes made to your hosted zone.
|
ChangeBatchRecord |
withId(String id)
Deprecated.
The ID of the request.
|
ChangeBatchRecord |
withStatus(ChangeStatus status)
Deprecated.
The current state of the request.
|
ChangeBatchRecord |
withStatus(String status)
Deprecated.
The current state of the request.
|
ChangeBatchRecord |
withSubmittedAt(Date submittedAt)
Deprecated.
The date and time the change was submitted, in the format
YYYY-MM-DDThh:mm:ssZ, as specified in the
ISO 8601 standard (for example, 2009-11-19T19:37:58Z). |
ChangeBatchRecord |
withSubmitter(String submitter)
Deprecated.
The AWS account ID attached to the changes.
|
public void setId(String id)
The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
id - The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS
servers.public String getId()
The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
public ChangeBatchRecord withId(String id)
The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
id - The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS
servers.public void setSubmittedAt(Date submittedAt)
The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the
ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time
is listed in Coordinated Universal Time (UTC).
submittedAt - The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified
in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates
that the time is listed in Coordinated Universal Time (UTC).public Date getSubmittedAt()
The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the
ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time
is listed in Coordinated Universal Time (UTC).
YYYY-MM-DDThh:mm:ssZ, as specified
in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates
that the time is listed in Coordinated Universal Time (UTC).public ChangeBatchRecord withSubmittedAt(Date submittedAt)
The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the
ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time
is listed in Coordinated Universal Time (UTC).
submittedAt - The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified
in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates
that the time is listed in Coordinated Universal Time (UTC).public void setStatus(String status)
The current state of the request. PENDING indicates that this request has not yet been applied to
all Amazon Route 53 DNS servers.
Valid Values: PENDING | INSYNC
status - The current state of the request. PENDING indicates that this request has not yet been
applied to all Amazon Route 53 DNS servers.
Valid Values: PENDING | INSYNC
ChangeStatuspublic String getStatus()
The current state of the request. PENDING indicates that this request has not yet been applied to
all Amazon Route 53 DNS servers.
Valid Values: PENDING | INSYNC
PENDING indicates that this request has not yet been
applied to all Amazon Route 53 DNS servers.
Valid Values: PENDING | INSYNC
ChangeStatuspublic ChangeBatchRecord withStatus(String status)
The current state of the request. PENDING indicates that this request has not yet been applied to
all Amazon Route 53 DNS servers.
Valid Values: PENDING | INSYNC
status - The current state of the request. PENDING indicates that this request has not yet been
applied to all Amazon Route 53 DNS servers.
Valid Values: PENDING | INSYNC
ChangeStatuspublic void setStatus(ChangeStatus status)
The current state of the request. PENDING indicates that this request has not yet been applied to
all Amazon Route 53 DNS servers.
Valid Values: PENDING | INSYNC
status - The current state of the request. PENDING indicates that this request has not yet been
applied to all Amazon Route 53 DNS servers.
Valid Values: PENDING | INSYNC
ChangeStatuspublic ChangeBatchRecord withStatus(ChangeStatus status)
The current state of the request. PENDING indicates that this request has not yet been applied to
all Amazon Route 53 DNS servers.
Valid Values: PENDING | INSYNC
status - The current state of the request. PENDING indicates that this request has not yet been
applied to all Amazon Route 53 DNS servers.
Valid Values: PENDING | INSYNC
ChangeStatuspublic void setComment(String comment)
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
comment - A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
public String getComment()
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
public ChangeBatchRecord withComment(String comment)
A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
comment - A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
public void setSubmitter(String submitter)
The AWS account ID attached to the changes.
submitter - The AWS account ID attached to the changes.public String getSubmitter()
The AWS account ID attached to the changes.
public ChangeBatchRecord withSubmitter(String submitter)
The AWS account ID attached to the changes.
submitter - The AWS account ID attached to the changes.public List<Change> getChanges()
A list of changes made in the ChangeBatch.
public void setChanges(Collection<Change> changes)
A list of changes made in the ChangeBatch.
changes - A list of changes made in the ChangeBatch.public ChangeBatchRecord withChanges(Change... changes)
A list of changes made in the ChangeBatch.
NOTE: This method appends the values to the existing list (if any). Use
setChanges(java.util.Collection) or withChanges(java.util.Collection) if you want to override
the existing values.
changes - A list of changes made in the ChangeBatch.public ChangeBatchRecord withChanges(Collection<Change> changes)
A list of changes made in the ChangeBatch.
changes - A list of changes made in the ChangeBatch.public String toString()
toString in class ObjectObject.toString()public ChangeBatchRecord clone()
Copyright © 2016. All rights reserved.