@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateEndpointResult() |
Modifier and Type | Method and Description |
---|---|
UpdateEndpointResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the endpoint you updated in this request.
|
String |
getEndpointId()
The ID of the endpoint you updated in this request.
|
String |
getEndpointUrl()
The URL of the endpoint you updated in this request.
|
List<EndpointEventBus> |
getEventBuses()
The event buses used for replication for the endpoint you updated in this request.
|
String |
getName()
The name of the endpoint you updated in this request.
|
ReplicationConfig |
getReplicationConfig()
Whether event replication was enabled or disabled for the endpoint you updated in this request.
|
String |
getRoleArn()
The ARN of the role used by event replication for the endpoint you updated in this request.
|
RoutingConfig |
getRoutingConfig()
The routing configuration you updated in this request.
|
String |
getState()
The state of the endpoint you updated in this request.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the endpoint you updated in this request.
|
void |
setEndpointId(String endpointId)
The ID of the endpoint you updated in this request.
|
void |
setEndpointUrl(String endpointUrl)
The URL of the endpoint you updated in this request.
|
void |
setEventBuses(Collection<EndpointEventBus> eventBuses)
The event buses used for replication for the endpoint you updated in this request.
|
void |
setName(String name)
The name of the endpoint you updated in this request.
|
void |
setReplicationConfig(ReplicationConfig replicationConfig)
Whether event replication was enabled or disabled for the endpoint you updated in this request.
|
void |
setRoleArn(String roleArn)
The ARN of the role used by event replication for the endpoint you updated in this request.
|
void |
setRoutingConfig(RoutingConfig routingConfig)
The routing configuration you updated in this request.
|
void |
setState(String state)
The state of the endpoint you updated in this request.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEndpointResult |
withArn(String arn)
The ARN of the endpoint you updated in this request.
|
UpdateEndpointResult |
withEndpointId(String endpointId)
The ID of the endpoint you updated in this request.
|
UpdateEndpointResult |
withEndpointUrl(String endpointUrl)
The URL of the endpoint you updated in this request.
|
UpdateEndpointResult |
withEventBuses(Collection<EndpointEventBus> eventBuses)
The event buses used for replication for the endpoint you updated in this request.
|
UpdateEndpointResult |
withEventBuses(EndpointEventBus... eventBuses)
The event buses used for replication for the endpoint you updated in this request.
|
UpdateEndpointResult |
withName(String name)
The name of the endpoint you updated in this request.
|
UpdateEndpointResult |
withReplicationConfig(ReplicationConfig replicationConfig)
Whether event replication was enabled or disabled for the endpoint you updated in this request.
|
UpdateEndpointResult |
withRoleArn(String roleArn)
The ARN of the role used by event replication for the endpoint you updated in this request.
|
UpdateEndpointResult |
withRoutingConfig(RoutingConfig routingConfig)
The routing configuration you updated in this request.
|
UpdateEndpointResult |
withState(EndpointState state)
The state of the endpoint you updated in this request.
|
UpdateEndpointResult |
withState(String state)
The state of the endpoint you updated in this request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the endpoint you updated in this request.
name
- The name of the endpoint you updated in this request.public String getName()
The name of the endpoint you updated in this request.
public UpdateEndpointResult withName(String name)
The name of the endpoint you updated in this request.
name
- The name of the endpoint you updated in this request.public void setArn(String arn)
The ARN of the endpoint you updated in this request.
arn
- The ARN of the endpoint you updated in this request.public String getArn()
The ARN of the endpoint you updated in this request.
public UpdateEndpointResult withArn(String arn)
The ARN of the endpoint you updated in this request.
arn
- The ARN of the endpoint you updated in this request.public void setRoutingConfig(RoutingConfig routingConfig)
The routing configuration you updated in this request.
routingConfig
- The routing configuration you updated in this request.public RoutingConfig getRoutingConfig()
The routing configuration you updated in this request.
public UpdateEndpointResult withRoutingConfig(RoutingConfig routingConfig)
The routing configuration you updated in this request.
routingConfig
- The routing configuration you updated in this request.public void setReplicationConfig(ReplicationConfig replicationConfig)
Whether event replication was enabled or disabled for the endpoint you updated in this request.
replicationConfig
- Whether event replication was enabled or disabled for the endpoint you updated in this request.public ReplicationConfig getReplicationConfig()
Whether event replication was enabled or disabled for the endpoint you updated in this request.
public UpdateEndpointResult withReplicationConfig(ReplicationConfig replicationConfig)
Whether event replication was enabled or disabled for the endpoint you updated in this request.
replicationConfig
- Whether event replication was enabled or disabled for the endpoint you updated in this request.public List<EndpointEventBus> getEventBuses()
The event buses used for replication for the endpoint you updated in this request.
public void setEventBuses(Collection<EndpointEventBus> eventBuses)
The event buses used for replication for the endpoint you updated in this request.
eventBuses
- The event buses used for replication for the endpoint you updated in this request.public UpdateEndpointResult withEventBuses(EndpointEventBus... eventBuses)
The event buses used for replication for the endpoint you updated in this request.
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 used for replication for the endpoint you updated in this request.public UpdateEndpointResult withEventBuses(Collection<EndpointEventBus> eventBuses)
The event buses used for replication for the endpoint you updated in this request.
eventBuses
- The event buses used for replication for the endpoint you updated in this request.public void setRoleArn(String roleArn)
The ARN of the role used by event replication for the endpoint you updated in this request.
roleArn
- The ARN of the role used by event replication for the endpoint you updated in this request.public String getRoleArn()
The ARN of the role used by event replication for the endpoint you updated in this request.
public UpdateEndpointResult withRoleArn(String roleArn)
The ARN of the role used by event replication for the endpoint you updated in this request.
roleArn
- The ARN of the role used by event replication for the endpoint you updated in this request.public void setEndpointId(String endpointId)
The ID of the endpoint you updated in this request.
endpointId
- The ID of the endpoint you updated in this request.public String getEndpointId()
The ID of the endpoint you updated in this request.
public UpdateEndpointResult withEndpointId(String endpointId)
The ID of the endpoint you updated in this request.
endpointId
- The ID of the endpoint you updated in this request.public void setEndpointUrl(String endpointUrl)
The URL of the endpoint you updated in this request.
endpointUrl
- The URL of the endpoint you updated in this request.public String getEndpointUrl()
The URL of the endpoint you updated in this request.
public UpdateEndpointResult withEndpointUrl(String endpointUrl)
The URL of the endpoint you updated in this request.
endpointUrl
- The URL of the endpoint you updated in this request.public void setState(String state)
The state of the endpoint you updated in this request.
state
- The state of the endpoint you updated in this request.EndpointState
public String getState()
The state of the endpoint you updated in this request.
EndpointState
public UpdateEndpointResult withState(String state)
The state of the endpoint you updated in this request.
state
- The state of the endpoint you updated in this request.EndpointState
public UpdateEndpointResult withState(EndpointState state)
The state of the endpoint you updated in this request.
state
- The state of the endpoint you updated in this request.EndpointState
public String toString()
toString
in class Object
Object.toString()
public UpdateEndpointResult clone()