Class ChangeBatchRecord
- java.lang.Object
-
- com.amazonaws.services.route53.model.ChangeBatchRecord
-
- All Implemented Interfaces:
Serializable
,Cloneable
@Deprecated public class ChangeBatchRecord extends Object implements Serializable, Cloneable
Deprecated.A complex type that lists the changes and information for a ChangeBatch.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChangeBatchRecord()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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 formatYYYY-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 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.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 formatYYYY-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.
-
-
-
Method Detail
-
setId
public void setId(String id)
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
public String 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
public ChangeBatchRecord withId(String id)
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
public 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). 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
public 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). 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
public 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). 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
public void setStatus(String status)
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:
ChangeStatus
-
getStatus
public String 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:
ChangeStatus
-
withStatus
public ChangeBatchRecord withStatus(String status)
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:
ChangeStatus
-
setStatus
public void setStatus(ChangeStatus status)
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:
ChangeStatus
-
withStatus
public ChangeBatchRecord withStatus(ChangeStatus status)
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:
ChangeStatus
-
setComment
public void setComment(String comment)
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
public String 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
public ChangeBatchRecord withComment(String comment)
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
public void setSubmitter(String submitter)
Deprecated.The AWS account ID attached to the changes.
- Parameters:
submitter
- The AWS account ID attached to the changes.
-
getSubmitter
public String getSubmitter()
Deprecated.The AWS account ID attached to the changes.
- Returns:
- The AWS account ID attached to the changes.
-
withSubmitter
public ChangeBatchRecord withSubmitter(String submitter)
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
public List<Change> getChanges()
Deprecated.A list of changes made in the ChangeBatch.
- Returns:
- A list of changes made in the ChangeBatch.
-
setChanges
public void setChanges(Collection<Change> changes)
Deprecated.A list of changes made in the ChangeBatch.
- Parameters:
changes
- A list of changes made in the ChangeBatch.
-
withChanges
public ChangeBatchRecord withChanges(Change... changes)
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
public ChangeBatchRecord withChanges(Collection<Change> changes)
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
public String toString()
Deprecated.Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ChangeBatchRecord clone()
Deprecated.
-
-