@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public EnableSecurityHubRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.