@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeEndpointResult() |
Modifier and Type | Method and Description |
---|---|
DescribeEndpointResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the endpoint you asked for information about.
|
Date |
getCreationTime()
The time the endpoint you asked for information about was created.
|
String |
getDescription()
The description of the endpoint you asked for information about.
|
String |
getEndpointId()
The ID of the endpoint you asked for information about.
|
String |
getEndpointUrl()
The URL of the endpoint you asked for information about.
|
List<EndpointEventBus> |
getEventBuses()
The event buses being used by the endpoint you asked for information about.
|
Date |
getLastModifiedTime()
The last time the endpoint you asked for information about was modified.
|
String |
getName()
The name of the endpoint you asked for information about.
|
ReplicationConfig |
getReplicationConfig()
Whether replication is enabled or disabled for the endpoint you asked for information about.
|
String |
getRoleArn()
The ARN of the role used by the endpoint you asked for information about.
|
RoutingConfig |
getRoutingConfig()
The routing configuration of the endpoint you asked for information about.
|
String |
getState()
The current state of the endpoint you asked for information about.
|
String |
getStateReason()
The reason the endpoint you asked for information about is in its current state.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the endpoint you asked for information about.
|
void |
setCreationTime(Date creationTime)
The time the endpoint you asked for information about was created.
|
void |
setDescription(String description)
The description of the endpoint you asked for information about.
|
void |
setEndpointId(String endpointId)
The ID of the endpoint you asked for information about.
|
void |
setEndpointUrl(String endpointUrl)
The URL of the endpoint you asked for information about.
|
void |
setEventBuses(Collection<EndpointEventBus> eventBuses)
The event buses being used by the endpoint you asked for information about.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The last time the endpoint you asked for information about was modified.
|
void |
setName(String name)
The name of the endpoint you asked for information about.
|
void |
setReplicationConfig(ReplicationConfig replicationConfig)
Whether replication is enabled or disabled for the endpoint you asked for information about.
|
void |
setRoleArn(String roleArn)
The ARN of the role used by the endpoint you asked for information about.
|
void |
setRoutingConfig(RoutingConfig routingConfig)
The routing configuration of the endpoint you asked for information about.
|
void |
setState(String state)
The current state of the endpoint you asked for information about.
|
void |
setStateReason(String stateReason)
The reason the endpoint you asked for information about is in its current state.
|
String |
toString()
Returns a string representation of this object.
|
DescribeEndpointResult |
withArn(String arn)
The ARN of the endpoint you asked for information about.
|
DescribeEndpointResult |
withCreationTime(Date creationTime)
The time the endpoint you asked for information about was created.
|
DescribeEndpointResult |
withDescription(String description)
The description of the endpoint you asked for information about.
|
DescribeEndpointResult |
withEndpointId(String endpointId)
The ID of the endpoint you asked for information about.
|
DescribeEndpointResult |
withEndpointUrl(String endpointUrl)
The URL of the endpoint you asked for information about.
|
DescribeEndpointResult |
withEventBuses(Collection<EndpointEventBus> eventBuses)
The event buses being used by the endpoint you asked for information about.
|
DescribeEndpointResult |
withEventBuses(EndpointEventBus... eventBuses)
The event buses being used by the endpoint you asked for information about.
|
DescribeEndpointResult |
withLastModifiedTime(Date lastModifiedTime)
The last time the endpoint you asked for information about was modified.
|
DescribeEndpointResult |
withName(String name)
The name of the endpoint you asked for information about.
|
DescribeEndpointResult |
withReplicationConfig(ReplicationConfig replicationConfig)
Whether replication is enabled or disabled for the endpoint you asked for information about.
|
DescribeEndpointResult |
withRoleArn(String roleArn)
The ARN of the role used by the endpoint you asked for information about.
|
DescribeEndpointResult |
withRoutingConfig(RoutingConfig routingConfig)
The routing configuration of the endpoint you asked for information about.
|
DescribeEndpointResult |
withState(EndpointState state)
The current state of the endpoint you asked for information about.
|
DescribeEndpointResult |
withState(String state)
The current state of the endpoint you asked for information about.
|
DescribeEndpointResult |
withStateReason(String stateReason)
The reason the endpoint you asked for information about is in its current state.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the endpoint you asked for information about.
name
- The name of the endpoint you asked for information about.public String getName()
The name of the endpoint you asked for information about.
public DescribeEndpointResult withName(String name)
The name of the endpoint you asked for information about.
name
- The name of the endpoint you asked for information about.public void setDescription(String description)
The description of the endpoint you asked for information about.
description
- The description of the endpoint you asked for information about.public String getDescription()
The description of the endpoint you asked for information about.
public DescribeEndpointResult withDescription(String description)
The description of the endpoint you asked for information about.
description
- The description of the endpoint you asked for information about.public void setArn(String arn)
The ARN of the endpoint you asked for information about.
arn
- The ARN of the endpoint you asked for information about.public String getArn()
The ARN of the endpoint you asked for information about.
public DescribeEndpointResult withArn(String arn)
The ARN of the endpoint you asked for information about.
arn
- The ARN of the endpoint you asked for information about.public void setRoutingConfig(RoutingConfig routingConfig)
The routing configuration of the endpoint you asked for information about.
routingConfig
- The routing configuration of the endpoint you asked for information about.public RoutingConfig getRoutingConfig()
The routing configuration of the endpoint you asked for information about.
public DescribeEndpointResult withRoutingConfig(RoutingConfig routingConfig)
The routing configuration of the endpoint you asked for information about.
routingConfig
- The routing configuration of the endpoint you asked for information about.public void setReplicationConfig(ReplicationConfig replicationConfig)
Whether replication is enabled or disabled for the endpoint you asked for information about.
replicationConfig
- Whether replication is enabled or disabled for the endpoint you asked for information about.public ReplicationConfig getReplicationConfig()
Whether replication is enabled or disabled for the endpoint you asked for information about.
public DescribeEndpointResult withReplicationConfig(ReplicationConfig replicationConfig)
Whether replication is enabled or disabled for the endpoint you asked for information about.
replicationConfig
- Whether replication is enabled or disabled for the endpoint you asked for information about.public List<EndpointEventBus> getEventBuses()
The event buses being used by the endpoint you asked for information about.
public void setEventBuses(Collection<EndpointEventBus> eventBuses)
The event buses being used by the endpoint you asked for information about.
eventBuses
- The event buses being used by the endpoint you asked for information about.public DescribeEndpointResult withEventBuses(EndpointEventBus... eventBuses)
The event buses being used by the endpoint you asked for information about.
NOTE: This method appends the values to the existing list (if any). Use
setEventBuses(java.util.Collection)
or withEventBuses(java.util.Collection)
if you want to
override the existing values.
eventBuses
- The event buses being used by the endpoint you asked for information about.public DescribeEndpointResult withEventBuses(Collection<EndpointEventBus> eventBuses)
The event buses being used by the endpoint you asked for information about.
eventBuses
- The event buses being used by the endpoint you asked for information about.public void setRoleArn(String roleArn)
The ARN of the role used by the endpoint you asked for information about.
roleArn
- The ARN of the role used by the endpoint you asked for information about.public String getRoleArn()
The ARN of the role used by the endpoint you asked for information about.
public DescribeEndpointResult withRoleArn(String roleArn)
The ARN of the role used by the endpoint you asked for information about.
roleArn
- The ARN of the role used by the endpoint you asked for information about.public void setEndpointId(String endpointId)
The ID of the endpoint you asked for information about.
endpointId
- The ID of the endpoint you asked for information about.public String getEndpointId()
The ID of the endpoint you asked for information about.
public DescribeEndpointResult withEndpointId(String endpointId)
The ID of the endpoint you asked for information about.
endpointId
- The ID of the endpoint you asked for information about.public void setEndpointUrl(String endpointUrl)
The URL of the endpoint you asked for information about.
endpointUrl
- The URL of the endpoint you asked for information about.public String getEndpointUrl()
The URL of the endpoint you asked for information about.
public DescribeEndpointResult withEndpointUrl(String endpointUrl)
The URL of the endpoint you asked for information about.
endpointUrl
- The URL of the endpoint you asked for information about.public void setState(String state)
The current state of the endpoint you asked for information about.
state
- The current state of the endpoint you asked for information about.EndpointState
public String getState()
The current state of the endpoint you asked for information about.
EndpointState
public DescribeEndpointResult withState(String state)
The current state of the endpoint you asked for information about.
state
- The current state of the endpoint you asked for information about.EndpointState
public DescribeEndpointResult withState(EndpointState state)
The current state of the endpoint you asked for information about.
state
- The current state of the endpoint you asked for information about.EndpointState
public void setStateReason(String stateReason)
The reason the endpoint you asked for information about is in its current state.
stateReason
- The reason the endpoint you asked for information about is in its current state.public String getStateReason()
The reason the endpoint you asked for information about is in its current state.
public DescribeEndpointResult withStateReason(String stateReason)
The reason the endpoint you asked for information about is in its current state.
stateReason
- The reason the endpoint you asked for information about is in its current state.public void setCreationTime(Date creationTime)
The time the endpoint you asked for information about was created.
creationTime
- The time the endpoint you asked for information about was created.public Date getCreationTime()
The time the endpoint you asked for information about was created.
public DescribeEndpointResult withCreationTime(Date creationTime)
The time the endpoint you asked for information about was created.
creationTime
- The time the endpoint you asked for information about was created.public void setLastModifiedTime(Date lastModifiedTime)
The last time the endpoint you asked for information about was modified.
lastModifiedTime
- The last time the endpoint you asked for information about was modified.public Date getLastModifiedTime()
The last time the endpoint you asked for information about was modified.
public DescribeEndpointResult withLastModifiedTime(Date lastModifiedTime)
The last time the endpoint you asked for information about was modified.
lastModifiedTime
- The last time the endpoint you asked for information about was modified.public String toString()
toString
in class Object
Object.toString()
public DescribeEndpointResult clone()