public class ChangeInfo
extends java.lang.Object
implements java.io.Serializable
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.
| コンストラクタと説明 |
|---|
ChangeInfo()
Default constructor for a new ChangeInfo object.
|
ChangeInfo(java.lang.String id,
ChangeStatus status,
java.util.Date submittedAt)
Constructs a new ChangeInfo object.
|
ChangeInfo(java.lang.String id,
java.lang.String status,
java.util.Date submittedAt)
Constructs a new ChangeInfo object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getComment()
A complex type that describes change information about changes made to
your hosted zone.
|
java.lang.String |
getId()
The ID of the request.
|
java.lang.String |
getStatus()
The current state of the request.
|
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). |
int |
hashCode() |
void |
setComment(java.lang.String comment)
A complex type that describes change information about changes made to
your hosted zone.
|
void |
setId(java.lang.String id)
The ID of the request.
|
void |
setStatus(ChangeStatus status)
The current state of the request.
|
void |
setStatus(java.lang.String status)
The current state of the request.
|
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). |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ChangeInfo |
withComment(java.lang.String comment)
A complex type that describes change information about changes made to
your hosted zone.
|
ChangeInfo |
withId(java.lang.String id)
The ID of the request.
|
ChangeInfo |
withStatus(ChangeStatus status)
The current state of the request.
|
ChangeInfo |
withStatus(java.lang.String status)
The current state of the request.
|
ChangeInfo |
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). |
public ChangeInfo()
public ChangeInfo(java.lang.String id,
java.lang.String status,
java.util.Date submittedAt)
id - The ID of the request. Use this ID to track when the change
has completed across all Amazon Route 53 DNS servers.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
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), which is synonymous with Greenwich Mean Time in this
context.public ChangeInfo(java.lang.String id,
ChangeStatus status,
java.util.Date submittedAt)
id - The ID of the request. Use this ID to track when the change
has completed across all Amazon Route 53 DNS servers.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
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), which is synonymous with Greenwich Mean Time in this
context.public java.lang.String getId()
Constraints:
Length: 0 - 32
public void setId(java.lang.String id)
Constraints:
Length: 0 - 32
id - The ID of the request. Use this ID to track when the change has
completed across all Amazon Route 53 DNS servers.public ChangeInfo withId(java.lang.String id)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32
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 getStatus()
PENDING indicates that
this request has not yet been applied to all Amazon Route 53 DNS
servers. Valid Values: PENDING | INSYNC
Constraints:
Allowed 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 void setStatus(java.lang.String status)
PENDING indicates that
this request has not yet been applied to all Amazon Route 53 DNS
servers. Valid Values: PENDING | INSYNC
Constraints:
Allowed 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 ChangeInfo withStatus(java.lang.String status)
PENDING indicates that
this request has not yet been applied to all Amazon Route 53 DNS
servers. Valid Values: PENDING | INSYNC
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed 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)
PENDING indicates that
this request has not yet been applied to all Amazon Route 53 DNS
servers. Valid Values: PENDING | INSYNC
Constraints:
Allowed 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 ChangeInfo withStatus(ChangeStatus status)
PENDING indicates that
this request has not yet been applied to all Amazon Route 53 DNS
servers. Valid Values: PENDING | INSYNC
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed 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 java.util.Date getSubmittedAt()
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), which is synonymous with Greenwich Mean Time in this
context.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), which is synonymous with Greenwich Mean Time in this
context.public void setSubmittedAt(java.util.Date submittedAt)
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), which is synonymous with Greenwich Mean Time in this
context.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), which is synonymous with Greenwich Mean Time in this
context.public ChangeInfo withSubmittedAt(java.util.Date submittedAt)
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), which is synonymous with Greenwich Mean Time in this
context.
Returns a reference to this object so that method calls can be chained together.
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), which is synonymous with Greenwich Mean Time in this
context.public java.lang.String getComment()
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
Constraints:
Length: 0 - 256
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
public void setComment(java.lang.String comment)
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
Constraints:
Length: 0 - 256
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 ChangeInfo withComment(java.lang.String comment)
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 256
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 toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object