@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getHomeRegion()
The primary Region of the endpoint you want to get information about.
|
String |
getName()
The name of the endpoint you want to get information about.
|
int |
hashCode() |
void |
setHomeRegion(String homeRegion)
The primary Region of the endpoint you want to get information about.
|
void |
setName(String name)
The name of the endpoint you want to get information about.
|
String |
toString()
Returns a string representation of this object.
|
DescribeEndpointRequest |
withHomeRegion(String homeRegion)
The primary Region of the endpoint you want to get information about.
|
DescribeEndpointRequest |
withName(String name)
The name of the endpoint you want to get information about.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
The name of the endpoint you want to get information about. For example,
"Name":"us-east-2-custom_bus_A-endpoint"
.
name
- The name of the endpoint you want to get information about. For example,
"Name":"us-east-2-custom_bus_A-endpoint"
.public String getName()
The name of the endpoint you want to get information about. For example,
"Name":"us-east-2-custom_bus_A-endpoint"
.
"Name":"us-east-2-custom_bus_A-endpoint"
.public DescribeEndpointRequest withName(String name)
The name of the endpoint you want to get information about. For example,
"Name":"us-east-2-custom_bus_A-endpoint"
.
name
- The name of the endpoint you want to get information about. For example,
"Name":"us-east-2-custom_bus_A-endpoint"
.public void setHomeRegion(String homeRegion)
The primary Region of the endpoint you want to get information about. For example
"HomeRegion": "us-east-1"
.
homeRegion
- The primary Region of the endpoint you want to get information about. For example
"HomeRegion": "us-east-1"
.public String getHomeRegion()
The primary Region of the endpoint you want to get information about. For example
"HomeRegion": "us-east-1"
.
"HomeRegion": "us-east-1"
.public DescribeEndpointRequest withHomeRegion(String homeRegion)
The primary Region of the endpoint you want to get information about. For example
"HomeRegion": "us-east-1"
.
homeRegion
- The primary Region of the endpoint you want to get information about. For example
"HomeRegion": "us-east-1"
.public String toString()
toString
in class Object
Object.toString()
public DescribeEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()