public class TopicRuleDestinationSummary
extends java.lang.Object
implements java.io.Serializable
Information about the topic rule destination.
Constructor and Description |
---|
TopicRuleDestinationSummary() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getArn()
The topic rule destination ARN.
|
java.util.Date |
getCreatedAt()
The date and time when the topic rule destination was created.
|
HttpUrlDestinationSummary |
getHttpUrlSummary()
Information about the HTTP URL.
|
java.util.Date |
getLastUpdatedAt()
The date and time when the topic rule destination was last updated.
|
java.lang.String |
getStatus()
The status of the topic rule destination.
|
java.lang.String |
getStatusReason()
The reason the topic rule destination is in the current status.
|
VpcDestinationSummary |
getVpcDestinationSummary()
Information about the virtual private cloud (VPC) connection.
|
int |
hashCode() |
void |
setArn(java.lang.String arn)
The topic rule destination ARN.
|
void |
setCreatedAt(java.util.Date createdAt)
The date and time when the topic rule destination was created.
|
void |
setHttpUrlSummary(HttpUrlDestinationSummary httpUrlSummary)
Information about the HTTP URL.
|
void |
setLastUpdatedAt(java.util.Date lastUpdatedAt)
The date and time when the topic rule destination was last updated.
|
void |
setStatus(java.lang.String status)
The status of the topic rule destination.
|
void |
setStatus(TopicRuleDestinationStatus status)
The status of the topic rule destination.
|
void |
setStatusReason(java.lang.String statusReason)
The reason the topic rule destination is in the current status.
|
void |
setVpcDestinationSummary(VpcDestinationSummary vpcDestinationSummary)
Information about the virtual private cloud (VPC) connection.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TopicRuleDestinationSummary |
withArn(java.lang.String arn)
The topic rule destination ARN.
|
TopicRuleDestinationSummary |
withCreatedAt(java.util.Date createdAt)
The date and time when the topic rule destination was created.
|
TopicRuleDestinationSummary |
withHttpUrlSummary(HttpUrlDestinationSummary httpUrlSummary)
Information about the HTTP URL.
|
TopicRuleDestinationSummary |
withLastUpdatedAt(java.util.Date lastUpdatedAt)
The date and time when the topic rule destination was last updated.
|
TopicRuleDestinationSummary |
withStatus(java.lang.String status)
The status of the topic rule destination.
|
TopicRuleDestinationSummary |
withStatus(TopicRuleDestinationStatus status)
The status of the topic rule destination.
|
TopicRuleDestinationSummary |
withStatusReason(java.lang.String statusReason)
The reason the topic rule destination is in the current status.
|
TopicRuleDestinationSummary |
withVpcDestinationSummary(VpcDestinationSummary vpcDestinationSummary)
Information about the virtual private cloud (VPC) connection.
|
public java.lang.String getArn()
The topic rule destination ARN.
The topic rule destination ARN.
public void setArn(java.lang.String arn)
The topic rule destination ARN.
arn
- The topic rule destination ARN.
public TopicRuleDestinationSummary withArn(java.lang.String arn)
The topic rule destination ARN.
Returns a reference to this object so that method calls can be chained together.
arn
- The topic rule destination ARN.
public java.lang.String getStatus()
The status of the topic rule destination. Valid values are:
A topic rule destination was created but has not been confirmed. You can
set status
to IN_PROGRESS
by calling
UpdateTopicRuleDestination
. Calling
UpdateTopicRuleDestination
causes a new confirmation
challenge to be sent to your confirmation endpoint.
Confirmation was completed, and traffic to this destination is allowed.
You can set status
to DISABLED
by calling
UpdateTopicRuleDestination
.
Confirmation was completed, and traffic to this destination is not
allowed. You can set status
to ENABLED
by
calling UpdateTopicRuleDestination
.
Confirmation could not be completed, for example if the confirmation
timed out. You can call GetTopicRuleDestination
for details
about the error. You can set status
to
IN_PROGRESS
by calling
UpdateTopicRuleDestination
. Calling
UpdateTopicRuleDestination
causes a new confirmation
challenge to be sent to your confirmation endpoint.
Constraints:
Allowed Values: ENABLED, IN_PROGRESS, DISABLED, ERROR, DELETING
The status of the topic rule destination. Valid values are:
A topic rule destination was created but has not been confirmed.
You can set status
to IN_PROGRESS
by
calling UpdateTopicRuleDestination
. Calling
UpdateTopicRuleDestination
causes a new confirmation
challenge to be sent to your confirmation endpoint.
Confirmation was completed, and traffic to this destination is
allowed. You can set status
to DISABLED
by calling UpdateTopicRuleDestination
.
Confirmation was completed, and traffic to this destination is
not allowed. You can set status
to
ENABLED
by calling
UpdateTopicRuleDestination
.
Confirmation could not be completed, for example if the
confirmation timed out. You can call
GetTopicRuleDestination
for details about the error.
You can set status
to IN_PROGRESS
by
calling UpdateTopicRuleDestination
. Calling
UpdateTopicRuleDestination
causes a new confirmation
challenge to be sent to your confirmation endpoint.
TopicRuleDestinationStatus
public void setStatus(java.lang.String status)
The status of the topic rule destination. Valid values are:
A topic rule destination was created but has not been confirmed. You can
set status
to IN_PROGRESS
by calling
UpdateTopicRuleDestination
. Calling
UpdateTopicRuleDestination
causes a new confirmation
challenge to be sent to your confirmation endpoint.
Confirmation was completed, and traffic to this destination is allowed.
You can set status
to DISABLED
by calling
UpdateTopicRuleDestination
.
Confirmation was completed, and traffic to this destination is not
allowed. You can set status
to ENABLED
by
calling UpdateTopicRuleDestination
.
Confirmation could not be completed, for example if the confirmation
timed out. You can call GetTopicRuleDestination
for details
about the error. You can set status
to
IN_PROGRESS
by calling
UpdateTopicRuleDestination
. Calling
UpdateTopicRuleDestination
causes a new confirmation
challenge to be sent to your confirmation endpoint.
Constraints:
Allowed Values: ENABLED, IN_PROGRESS, DISABLED, ERROR, DELETING
status
- The status of the topic rule destination. Valid values are:
A topic rule destination was created but has not been
confirmed. You can set status
to
IN_PROGRESS
by calling
UpdateTopicRuleDestination
. Calling
UpdateTopicRuleDestination
causes a new
confirmation challenge to be sent to your confirmation
endpoint.
Confirmation was completed, and traffic to this destination is
allowed. You can set status
to
DISABLED
by calling
UpdateTopicRuleDestination
.
Confirmation was completed, and traffic to this destination is
not allowed. You can set status
to
ENABLED
by calling
UpdateTopicRuleDestination
.
Confirmation could not be completed, for example if the
confirmation timed out. You can call
GetTopicRuleDestination
for details about the
error. You can set status
to
IN_PROGRESS
by calling
UpdateTopicRuleDestination
. Calling
UpdateTopicRuleDestination
causes a new
confirmation challenge to be sent to your confirmation
endpoint.
TopicRuleDestinationStatus
public TopicRuleDestinationSummary withStatus(java.lang.String status)
The status of the topic rule destination. Valid values are:
A topic rule destination was created but has not been confirmed. You can
set status
to IN_PROGRESS
by calling
UpdateTopicRuleDestination
. Calling
UpdateTopicRuleDestination
causes a new confirmation
challenge to be sent to your confirmation endpoint.
Confirmation was completed, and traffic to this destination is allowed.
You can set status
to DISABLED
by calling
UpdateTopicRuleDestination
.
Confirmation was completed, and traffic to this destination is not
allowed. You can set status
to ENABLED
by
calling UpdateTopicRuleDestination
.
Confirmation could not be completed, for example if the confirmation
timed out. You can call GetTopicRuleDestination
for details
about the error. You can set status
to
IN_PROGRESS
by calling
UpdateTopicRuleDestination
. Calling
UpdateTopicRuleDestination
causes a new confirmation
challenge to be sent to your confirmation endpoint.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ENABLED, IN_PROGRESS, DISABLED, ERROR, DELETING
status
- The status of the topic rule destination. Valid values are:
A topic rule destination was created but has not been
confirmed. You can set status
to
IN_PROGRESS
by calling
UpdateTopicRuleDestination
. Calling
UpdateTopicRuleDestination
causes a new
confirmation challenge to be sent to your confirmation
endpoint.
Confirmation was completed, and traffic to this destination is
allowed. You can set status
to
DISABLED
by calling
UpdateTopicRuleDestination
.
Confirmation was completed, and traffic to this destination is
not allowed. You can set status
to
ENABLED
by calling
UpdateTopicRuleDestination
.
Confirmation could not be completed, for example if the
confirmation timed out. You can call
GetTopicRuleDestination
for details about the
error. You can set status
to
IN_PROGRESS
by calling
UpdateTopicRuleDestination
. Calling
UpdateTopicRuleDestination
causes a new
confirmation challenge to be sent to your confirmation
endpoint.
TopicRuleDestinationStatus
public void setStatus(TopicRuleDestinationStatus status)
The status of the topic rule destination. Valid values are:
A topic rule destination was created but has not been confirmed. You can
set status
to IN_PROGRESS
by calling
UpdateTopicRuleDestination
. Calling
UpdateTopicRuleDestination
causes a new confirmation
challenge to be sent to your confirmation endpoint.
Confirmation was completed, and traffic to this destination is allowed.
You can set status
to DISABLED
by calling
UpdateTopicRuleDestination
.
Confirmation was completed, and traffic to this destination is not
allowed. You can set status
to ENABLED
by
calling UpdateTopicRuleDestination
.
Confirmation could not be completed, for example if the confirmation
timed out. You can call GetTopicRuleDestination
for details
about the error. You can set status
to
IN_PROGRESS
by calling
UpdateTopicRuleDestination
. Calling
UpdateTopicRuleDestination
causes a new confirmation
challenge to be sent to your confirmation endpoint.
Constraints:
Allowed Values: ENABLED, IN_PROGRESS, DISABLED, ERROR, DELETING
status
- The status of the topic rule destination. Valid values are:
A topic rule destination was created but has not been
confirmed. You can set status
to
IN_PROGRESS
by calling
UpdateTopicRuleDestination
. Calling
UpdateTopicRuleDestination
causes a new
confirmation challenge to be sent to your confirmation
endpoint.
Confirmation was completed, and traffic to this destination is
allowed. You can set status
to
DISABLED
by calling
UpdateTopicRuleDestination
.
Confirmation was completed, and traffic to this destination is
not allowed. You can set status
to
ENABLED
by calling
UpdateTopicRuleDestination
.
Confirmation could not be completed, for example if the
confirmation timed out. You can call
GetTopicRuleDestination
for details about the
error. You can set status
to
IN_PROGRESS
by calling
UpdateTopicRuleDestination
. Calling
UpdateTopicRuleDestination
causes a new
confirmation challenge to be sent to your confirmation
endpoint.
TopicRuleDestinationStatus
public TopicRuleDestinationSummary withStatus(TopicRuleDestinationStatus status)
The status of the topic rule destination. Valid values are:
A topic rule destination was created but has not been confirmed. You can
set status
to IN_PROGRESS
by calling
UpdateTopicRuleDestination
. Calling
UpdateTopicRuleDestination
causes a new confirmation
challenge to be sent to your confirmation endpoint.
Confirmation was completed, and traffic to this destination is allowed.
You can set status
to DISABLED
by calling
UpdateTopicRuleDestination
.
Confirmation was completed, and traffic to this destination is not
allowed. You can set status
to ENABLED
by
calling UpdateTopicRuleDestination
.
Confirmation could not be completed, for example if the confirmation
timed out. You can call GetTopicRuleDestination
for details
about the error. You can set status
to
IN_PROGRESS
by calling
UpdateTopicRuleDestination
. Calling
UpdateTopicRuleDestination
causes a new confirmation
challenge to be sent to your confirmation endpoint.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ENABLED, IN_PROGRESS, DISABLED, ERROR, DELETING
status
- The status of the topic rule destination. Valid values are:
A topic rule destination was created but has not been
confirmed. You can set status
to
IN_PROGRESS
by calling
UpdateTopicRuleDestination
. Calling
UpdateTopicRuleDestination
causes a new
confirmation challenge to be sent to your confirmation
endpoint.
Confirmation was completed, and traffic to this destination is
allowed. You can set status
to
DISABLED
by calling
UpdateTopicRuleDestination
.
Confirmation was completed, and traffic to this destination is
not allowed. You can set status
to
ENABLED
by calling
UpdateTopicRuleDestination
.
Confirmation could not be completed, for example if the
confirmation timed out. You can call
GetTopicRuleDestination
for details about the
error. You can set status
to
IN_PROGRESS
by calling
UpdateTopicRuleDestination
. Calling
UpdateTopicRuleDestination
causes a new
confirmation challenge to be sent to your confirmation
endpoint.
TopicRuleDestinationStatus
public java.util.Date getCreatedAt()
The date and time when the topic rule destination was created.
The date and time when the topic rule destination was created.
public void setCreatedAt(java.util.Date createdAt)
The date and time when the topic rule destination was created.
createdAt
- The date and time when the topic rule destination was created.
public TopicRuleDestinationSummary withCreatedAt(java.util.Date createdAt)
The date and time when the topic rule destination was created.
Returns a reference to this object so that method calls can be chained together.
createdAt
- The date and time when the topic rule destination was created.
public java.util.Date getLastUpdatedAt()
The date and time when the topic rule destination was last updated.
The date and time when the topic rule destination was last updated.
public void setLastUpdatedAt(java.util.Date lastUpdatedAt)
The date and time when the topic rule destination was last updated.
lastUpdatedAt
- The date and time when the topic rule destination was last updated.
public TopicRuleDestinationSummary withLastUpdatedAt(java.util.Date lastUpdatedAt)
The date and time when the topic rule destination was last updated.
Returns a reference to this object so that method calls can be chained together.
lastUpdatedAt
- The date and time when the topic rule destination was last updated.
public java.lang.String getStatusReason()
The reason the topic rule destination is in the current status.
The reason the topic rule destination is in the current status.
public void setStatusReason(java.lang.String statusReason)
The reason the topic rule destination is in the current status.
statusReason
- The reason the topic rule destination is in the current status.
public TopicRuleDestinationSummary withStatusReason(java.lang.String statusReason)
The reason the topic rule destination is in the current status.
Returns a reference to this object so that method calls can be chained together.
statusReason
- The reason the topic rule destination is in the current status.
public HttpUrlDestinationSummary getHttpUrlSummary()
Information about the HTTP URL.
Information about the HTTP URL.
public void setHttpUrlSummary(HttpUrlDestinationSummary httpUrlSummary)
Information about the HTTP URL.
httpUrlSummary
- Information about the HTTP URL.
public TopicRuleDestinationSummary withHttpUrlSummary(HttpUrlDestinationSummary httpUrlSummary)
Information about the HTTP URL.
Returns a reference to this object so that method calls can be chained together.
httpUrlSummary
- Information about the HTTP URL.
public VpcDestinationSummary getVpcDestinationSummary()
Information about the virtual private cloud (VPC) connection.
Information about the virtual private cloud (VPC) connection.
public void setVpcDestinationSummary(VpcDestinationSummary vpcDestinationSummary)
Information about the virtual private cloud (VPC) connection.
vpcDestinationSummary
- Information about the virtual private cloud (VPC) connection.
public TopicRuleDestinationSummary withVpcDestinationSummary(VpcDestinationSummary vpcDestinationSummary)
Information about the virtual private cloud (VPC) connection.
Returns a reference to this object so that method calls can be chained together.
vpcDestinationSummary
- Information about the virtual private cloud (VPC) connection.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.