@Deprecated
public class ChangeBatchRecord
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A complex type that lists the changes and information for a ChangeBatch.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Change> |
changes
Deprecated.
A list of changes made in the ChangeBatch.
|
private java.lang.String |
comment
Deprecated.
A complex type that describes change information about changes made to
your hosted zone.
|
private java.lang.String |
id
Deprecated.
The ID of the request.
|
private java.lang.String |
status
Deprecated.
The current state of the request.
|
private java.util.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). |
private java.lang.String |
submitter
Deprecated.
The AWS account ID attached to the changes.
|
Constructor and Description |
---|
ChangeBatchRecord()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ChangeBatchRecord |
clone()
Deprecated.
|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
java.util.List<Change> |
getChanges()
Deprecated.
A list of changes made in the ChangeBatch.
|
java.lang.String |
getComment()
Deprecated.
A complex type that describes change information about changes made to
your hosted zone.
|
java.lang.String |
getId()
Deprecated.
The ID of the request.
|
java.lang.String |
getStatus()
Deprecated.
The current state of the request.
|
java.util.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). |
java.lang.String |
getSubmitter()
Deprecated.
The AWS account ID attached to the changes.
|
int |
hashCode()
Deprecated.
|
void |
setChanges(java.util.Collection<Change> changes)
Deprecated.
A list of changes made in the ChangeBatch.
|
void |
setComment(java.lang.String comment)
Deprecated.
A complex type that describes change information about changes made to
your hosted zone.
|
void |
setId(java.lang.String id)
Deprecated.
The ID of the request.
|
void |
setStatus(ChangeStatus status)
Deprecated.
The current state of the request.
|
void |
setStatus(java.lang.String status)
Deprecated.
The current state of the request.
|
void |
setSubmittedAt(java.util.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(java.lang.String submitter)
Deprecated.
The AWS account ID attached to the changes.
|
java.lang.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(java.util.Collection<Change> changes)
Deprecated.
A list of changes made in the ChangeBatch.
|
ChangeBatchRecord |
withComment(java.lang.String comment)
Deprecated.
A complex type that describes change information about changes made to
your hosted zone.
|
ChangeBatchRecord |
withId(java.lang.String id)
Deprecated.
The ID of the request.
|
ChangeBatchRecord |
withStatus(ChangeStatus status)
Deprecated.
The current state of the request.
|
ChangeBatchRecord |
withStatus(java.lang.String status)
Deprecated.
The current state of the request.
|
ChangeBatchRecord |
withSubmittedAt(java.util.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(java.lang.String submitter)
Deprecated.
The AWS account ID attached to the changes.
|
private java.lang.String id
The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
private java.util.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).
private java.lang.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
private java.lang.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.
private java.lang.String submitter
The AWS account ID attached to the changes.
private SdkInternalList<Change> changes
A list of changes made in the ChangeBatch.
public void setId(java.lang.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 java.lang.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(java.lang.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(java.util.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 java.util.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(java.util.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(java.lang.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
ChangeStatus
public java.lang.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
ChangeStatus
public ChangeBatchRecord withStatus(java.lang.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
ChangeStatus
public 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
ChangeStatus
public 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
ChangeStatus
public void setComment(java.lang.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 java.lang.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(java.lang.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(java.lang.String submitter)
The AWS account ID attached to the changes.
submitter
- The AWS account ID attached to the changes.public java.lang.String getSubmitter()
The AWS account ID attached to the changes.
public ChangeBatchRecord withSubmitter(java.lang.String submitter)
The AWS account ID attached to the changes.
submitter
- The AWS account ID attached to the changes.public java.util.List<Change> getChanges()
A list of changes made in the ChangeBatch.
public void setChanges(java.util.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(java.util.Collection<Change> changes)
A list of changes made in the ChangeBatch.
changes
- A list of changes made in the ChangeBatch.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ChangeBatchRecord clone()
clone
in class java.lang.Object