@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
CreateEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEndpointConfigName()
The name of an endpoint configuration.
|
String |
getEndpointName()
The name of the endpoint.The name must be unique within an AWS Region in your AWS account.
|
List<Tag> |
getTags()
An array of key-value pairs.
|
int |
hashCode() |
void |
setEndpointConfigName(String endpointConfigName)
The name of an endpoint configuration.
|
void |
setEndpointName(String endpointName)
The name of the endpoint.The name must be unique within an AWS Region in your AWS account.
|
void |
setTags(Collection<Tag> tags)
An array of key-value pairs.
|
String |
toString()
Returns a string representation of this object.
|
CreateEndpointRequest |
withEndpointConfigName(String endpointConfigName)
The name of an endpoint configuration.
|
CreateEndpointRequest |
withEndpointName(String endpointName)
The name of the endpoint.The name must be unique within an AWS Region in your AWS account.
|
CreateEndpointRequest |
withTags(Collection<Tag> tags)
An array of key-value pairs.
|
CreateEndpointRequest |
withTags(Tag... tags)
An array of key-value pairs.
|
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 setEndpointName(String endpointName)
The name of the endpoint.The name must be unique within an AWS Region in your AWS account. The name is
case-insensitive in CreateEndpoint
, but the case is preserved and must be matched in .
endpointName
- The name of the endpoint.The name must be unique within an AWS Region in your AWS account. The name is
case-insensitive in CreateEndpoint
, but the case is preserved and must be matched in .public String getEndpointName()
The name of the endpoint.The name must be unique within an AWS Region in your AWS account. The name is
case-insensitive in CreateEndpoint
, but the case is preserved and must be matched in .
CreateEndpoint
, but the case is preserved and must be matched in .public CreateEndpointRequest withEndpointName(String endpointName)
The name of the endpoint.The name must be unique within an AWS Region in your AWS account. The name is
case-insensitive in CreateEndpoint
, but the case is preserved and must be matched in .
endpointName
- The name of the endpoint.The name must be unique within an AWS Region in your AWS account. The name is
case-insensitive in CreateEndpoint
, but the case is preserved and must be matched in .public void setEndpointConfigName(String endpointConfigName)
The name of an endpoint configuration. For more information, see CreateEndpointConfig.
endpointConfigName
- The name of an endpoint configuration. For more information, see CreateEndpointConfig.public String getEndpointConfigName()
The name of an endpoint configuration. For more information, see CreateEndpointConfig.
public CreateEndpointRequest withEndpointConfigName(String endpointConfigName)
The name of an endpoint configuration. For more information, see CreateEndpointConfig.
endpointConfigName
- The name of an endpoint configuration. For more information, see CreateEndpointConfig.public List<Tag> getTags()
An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.
public void setTags(Collection<Tag> tags)
An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.
tags
- An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for
example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.public CreateEndpointRequest withTags(Tag... tags)
An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for
example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.public CreateEndpointRequest withTags(Collection<Tag> tags)
An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.
tags
- An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for
example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.public String toString()
toString
in class Object
Object.toString()
public CreateEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()