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