Class ChangeBatchRecord
- All Implemented Interfaces:
Serializable
,Cloneable
A complex type that lists the changes and information for a ChangeBatch.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Deprecated.boolean
Deprecated.Deprecated.A list of changes made in the ChangeBatch.Deprecated.A complex type that describes change information about changes made to your hosted zone.getId()
Deprecated.The ID of the request.Deprecated.The current state of the request.Deprecated.The date and time the change was submitted, in the formatYYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z).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
Deprecated.The ID of the request.void
setStatus
(ChangeStatus status) Deprecated.The current state of the request.void
Deprecated.The current state of the request.void
setSubmittedAt
(Date submittedAt) Deprecated.The date and time the change was submitted, in the formatYYYY-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.toString()
Deprecated.Returns a string representation of this object; useful for testing and debugging.withChanges
(Change... changes) Deprecated.A list of changes made in the ChangeBatch.withChanges
(Collection<Change> changes) Deprecated.A list of changes made in the ChangeBatch.withComment
(String comment) Deprecated.A complex type that describes change information about changes made to your hosted zone.Deprecated.The ID of the request.withStatus
(ChangeStatus status) Deprecated.The current state of the request.withStatus
(String status) Deprecated.The current state of the request.withSubmittedAt
(Date submittedAt) Deprecated.The date and time the change was submitted, in the formatYYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z).withSubmitter
(String submitter) Deprecated.The AWS account ID attached to the changes.
-
Constructor Details
-
ChangeBatchRecord
public ChangeBatchRecord()Deprecated.
-
-
Method Details
-
setId
Deprecated.The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
- Parameters:
id
- The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
-
getId
Deprecated.The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
- Returns:
- The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
-
withId
Deprecated.The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
- Parameters:
id
- The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSubmittedAt
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). TheZ
after the time indicates that the time is listed in Coordinated Universal Time (UTC).- Parameters:
submittedAt
- The date and time the change was submitted, in the formatYYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). TheZ
after the time indicates that the time is listed in Coordinated Universal Time (UTC).
-
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). TheZ
after the time indicates that the time is listed in Coordinated Universal Time (UTC).- Returns:
- 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). TheZ
after the time indicates that the time is listed in Coordinated Universal Time (UTC).
-
withSubmittedAt
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). TheZ
after the time indicates that the time is listed in Coordinated Universal Time (UTC).- Parameters:
submittedAt
- The date and time the change was submitted, in the formatYYYY-MM-DDThh:mm:ssZ
, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). TheZ
after the time indicates that the time is listed in Coordinated Universal Time (UTC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
Deprecated.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
- Parameters:
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
- See Also:
-
getStatus
Deprecated.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
- Returns:
- 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
- See Also:
-
withStatus
Deprecated.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
- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
Deprecated.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
- Parameters:
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
- See Also:
-
withStatus
Deprecated.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
- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setComment
Deprecated.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.
- Parameters:
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.
-
getComment
Deprecated.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.
- Returns:
- 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.
-
withComment
Deprecated.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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSubmitter
Deprecated.The AWS account ID attached to the changes.
- Parameters:
submitter
- The AWS account ID attached to the changes.
-
getSubmitter
Deprecated.The AWS account ID attached to the changes.
- Returns:
- The AWS account ID attached to the changes.
-
withSubmitter
Deprecated.The AWS account ID attached to the changes.
- Parameters:
submitter
- The AWS account ID attached to the changes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getChanges
Deprecated.A list of changes made in the ChangeBatch.
- Returns:
- A list of changes made in the ChangeBatch.
-
setChanges
Deprecated.A list of changes made in the ChangeBatch.
- Parameters:
changes
- A list of changes made in the ChangeBatch.
-
withChanges
Deprecated.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)
orwithChanges(java.util.Collection)
if you want to override the existing values.- Parameters:
changes
- A list of changes made in the ChangeBatch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withChanges
Deprecated.A list of changes made in the ChangeBatch.
- Parameters:
changes
- A list of changes made in the ChangeBatch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Deprecated.Returns a string representation of this object; useful for testing and debugging. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
clone
Deprecated.
-