@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableSecurityHubRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
EnableSecurityHubRequest() |
| Modifier and Type | Method and Description |
|---|---|
EnableSecurityHubRequest |
addTagsEntry(String key,
String value) |
EnableSecurityHubRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
EnableSecurityHubRequest |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getTags()
The tags to add to the Hub resource when you enable Security Hub.
|
int |
hashCode() |
void |
setTags(Map<String,String> tags)
The tags to add to the Hub resource when you enable Security Hub.
|
String |
toString()
Returns a string representation of this object.
|
EnableSecurityHubRequest |
withTags(Map<String,String> tags)
The tags to add to the Hub resource when you enable Security Hub.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic Map<String,String> getTags()
The tags to add to the Hub resource when you enable Security Hub.
public void setTags(Map<String,String> tags)
The tags to add to the Hub resource when you enable Security Hub.
tags - The tags to add to the Hub resource when you enable Security Hub.public EnableSecurityHubRequest withTags(Map<String,String> tags)
The tags to add to the Hub resource when you enable Security Hub.
tags - The tags to add to the Hub resource when you enable Security Hub.public EnableSecurityHubRequest addTagsEntry(String key, String value)
public EnableSecurityHubRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public EnableSecurityHubRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.