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 ChangeBatchRecordclone()Deprecated.booleanequals(Object obj)Deprecated.List<Change>getChanges()Deprecated.A list of changes made in the ChangeBatch.StringgetComment()Deprecated.A complex type that describes change information about changes made to your hosted zone.StringgetId()Deprecated.The ID of the request.StringgetStatus()Deprecated.The current state of the request.DategetSubmittedAt()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).StringgetSubmitter()Deprecated.The AWS account ID attached to the changes.inthashCode()Deprecated.voidsetChanges(Collection<Change> changes)Deprecated.A list of changes made in the ChangeBatch.voidsetComment(String comment)Deprecated.A complex type that describes change information about changes made to your hosted zone.voidsetId(String id)Deprecated.The ID of the request.voidsetStatus(ChangeStatus status)Deprecated.The current state of the request.voidsetStatus(String status)Deprecated.The current state of the request.voidsetSubmittedAt(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).voidsetSubmitter(String submitter)Deprecated.The AWS account ID attached to the changes.StringtoString()Deprecated.Returns a string representation of this object; useful for testing and debugging.ChangeBatchRecordwithChanges(Change... changes)Deprecated.A list of changes made in the ChangeBatch.ChangeBatchRecordwithChanges(Collection<Change> changes)Deprecated.A list of changes made in the ChangeBatch.ChangeBatchRecordwithComment(String comment)Deprecated.A complex type that describes change information about changes made to your hosted zone.ChangeBatchRecordwithId(String id)Deprecated.The ID of the request.ChangeBatchRecordwithStatus(ChangeStatus status)Deprecated.The current state of the request.ChangeBatchRecordwithStatus(String status)Deprecated.The current state of the request.ChangeBatchRecordwithSubmittedAt(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).ChangeBatchRecordwithSubmitter(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). TheZafter 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). TheZafter 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). TheZafter 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). TheZafter 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). TheZafter 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). TheZafter 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.
PENDINGindicates 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.PENDINGindicates 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.
PENDINGindicates 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.
PENDINGindicates 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.
PENDINGindicates 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.PENDINGindicates 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.
PENDINGindicates 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.PENDINGindicates 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.
PENDINGindicates 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.PENDINGindicates 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ChangeBatchRecord clone()
Deprecated.
-
-