@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateManagedEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateManagedEndpointResult() |
Modifier and Type | Method and Description |
---|---|
CreateManagedEndpointResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The output contains the ARN of the managed endpoint.
|
String |
getId()
The output contains the ID of the managed endpoint.
|
String |
getName()
The output contains the name of the managed endpoint.
|
String |
getVirtualClusterId()
The output contains the ID of the virtual cluster.
|
int |
hashCode() |
void |
setArn(String arn)
The output contains the ARN of the managed endpoint.
|
void |
setId(String id)
The output contains the ID of the managed endpoint.
|
void |
setName(String name)
The output contains the name of the managed endpoint.
|
void |
setVirtualClusterId(String virtualClusterId)
The output contains the ID of the virtual cluster.
|
String |
toString()
Returns a string representation of this object.
|
CreateManagedEndpointResult |
withArn(String arn)
The output contains the ARN of the managed endpoint.
|
CreateManagedEndpointResult |
withId(String id)
The output contains the ID of the managed endpoint.
|
CreateManagedEndpointResult |
withName(String name)
The output contains the name of the managed endpoint.
|
CreateManagedEndpointResult |
withVirtualClusterId(String virtualClusterId)
The output contains the ID of the virtual cluster.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The output contains the ID of the managed endpoint.
id
- The output contains the ID of the managed endpoint.public String getId()
The output contains the ID of the managed endpoint.
public CreateManagedEndpointResult withId(String id)
The output contains the ID of the managed endpoint.
id
- The output contains the ID of the managed endpoint.public void setName(String name)
The output contains the name of the managed endpoint.
name
- The output contains the name of the managed endpoint.public String getName()
The output contains the name of the managed endpoint.
public CreateManagedEndpointResult withName(String name)
The output contains the name of the managed endpoint.
name
- The output contains the name of the managed endpoint.public void setArn(String arn)
The output contains the ARN of the managed endpoint.
arn
- The output contains the ARN of the managed endpoint.public String getArn()
The output contains the ARN of the managed endpoint.
public CreateManagedEndpointResult withArn(String arn)
The output contains the ARN of the managed endpoint.
arn
- The output contains the ARN of the managed endpoint.public void setVirtualClusterId(String virtualClusterId)
The output contains the ID of the virtual cluster.
virtualClusterId
- The output contains the ID of the virtual cluster.public String getVirtualClusterId()
The output contains the ID of the virtual cluster.
public CreateManagedEndpointResult withVirtualClusterId(String virtualClusterId)
The output contains the ID of the virtual cluster.
virtualClusterId
- The output contains the ID of the virtual cluster.public String toString()
toString
in class Object
Object.toString()
public CreateManagedEndpointResult clone()