@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableHttpEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisableHttpEndpointResult() |
Modifier and Type | Method and Description |
---|---|
DisableHttpEndpointResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getHttpEndpointEnabled()
Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster.
|
String |
getResourceArn()
The ARN of the DB cluster.
|
int |
hashCode() |
Boolean |
isHttpEndpointEnabled()
Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster.
|
void |
setHttpEndpointEnabled(Boolean httpEndpointEnabled)
Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster.
|
void |
setResourceArn(String resourceArn)
The ARN of the DB cluster.
|
String |
toString()
Returns a string representation of this object.
|
DisableHttpEndpointResult |
withHttpEndpointEnabled(Boolean httpEndpointEnabled)
Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster.
|
DisableHttpEndpointResult |
withResourceArn(String resourceArn)
The ARN of the DB cluster.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResourceArn(String resourceArn)
The ARN of the DB cluster.
resourceArn
- The ARN of the DB cluster.public String getResourceArn()
The ARN of the DB cluster.
public DisableHttpEndpointResult withResourceArn(String resourceArn)
The ARN of the DB cluster.
resourceArn
- The ARN of the DB cluster.public void setHttpEndpointEnabled(Boolean httpEndpointEnabled)
Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster.
httpEndpointEnabled
- Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster.public Boolean getHttpEndpointEnabled()
Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster.
public DisableHttpEndpointResult withHttpEndpointEnabled(Boolean httpEndpointEnabled)
Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster.
httpEndpointEnabled
- Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster.public Boolean isHttpEndpointEnabled()
Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster.
public String toString()
toString
in class Object
Object.toString()
public DisableHttpEndpointResult clone()