@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSignalMapRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateSignalMapRequest() |
Modifier and Type | Method and Description |
---|---|
CreateSignalMapRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateSignalMapRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateSignalMapRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getCloudWatchAlarmTemplateGroupIdentifiers() |
String |
getDescription()
A resource's optional description.
|
String |
getDiscoveryEntryPointArn()
A top-level supported AWS resource ARN to discovery a signal map from.
|
List<String> |
getEventBridgeRuleTemplateGroupIdentifiers() |
String |
getName()
A resource's name.
|
Map<String,String> |
getTags() |
int |
hashCode() |
void |
setCloudWatchAlarmTemplateGroupIdentifiers(Collection<String> cloudWatchAlarmTemplateGroupIdentifiers) |
void |
setDescription(String description)
A resource's optional description.
|
void |
setDiscoveryEntryPointArn(String discoveryEntryPointArn)
A top-level supported AWS resource ARN to discovery a signal map from.
|
void |
setEventBridgeRuleTemplateGroupIdentifiers(Collection<String> eventBridgeRuleTemplateGroupIdentifiers) |
void |
setName(String name)
A resource's name.
|
void |
setTags(Map<String,String> tags) |
String |
toString()
Returns a string representation of this object.
|
CreateSignalMapRequest |
withCloudWatchAlarmTemplateGroupIdentifiers(Collection<String> cloudWatchAlarmTemplateGroupIdentifiers) |
CreateSignalMapRequest |
withCloudWatchAlarmTemplateGroupIdentifiers(String... cloudWatchAlarmTemplateGroupIdentifiers)
NOTE: This method appends the values to the existing list (if any).
|
CreateSignalMapRequest |
withDescription(String description)
A resource's optional description.
|
CreateSignalMapRequest |
withDiscoveryEntryPointArn(String discoveryEntryPointArn)
A top-level supported AWS resource ARN to discovery a signal map from.
|
CreateSignalMapRequest |
withEventBridgeRuleTemplateGroupIdentifiers(Collection<String> eventBridgeRuleTemplateGroupIdentifiers) |
CreateSignalMapRequest |
withEventBridgeRuleTemplateGroupIdentifiers(String... eventBridgeRuleTemplateGroupIdentifiers)
NOTE: This method appends the values to the existing list (if any).
|
CreateSignalMapRequest |
withName(String name)
A resource's name.
|
CreateSignalMapRequest |
withTags(Map<String,String> tags) |
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 List<String> getCloudWatchAlarmTemplateGroupIdentifiers()
public void setCloudWatchAlarmTemplateGroupIdentifiers(Collection<String> cloudWatchAlarmTemplateGroupIdentifiers)
cloudWatchAlarmTemplateGroupIdentifiers
- public CreateSignalMapRequest withCloudWatchAlarmTemplateGroupIdentifiers(String... cloudWatchAlarmTemplateGroupIdentifiers)
NOTE: This method appends the values to the existing list (if any). Use
setCloudWatchAlarmTemplateGroupIdentifiers(java.util.Collection)
or
withCloudWatchAlarmTemplateGroupIdentifiers(java.util.Collection)
if you want to override the existing
values.
cloudWatchAlarmTemplateGroupIdentifiers
- public CreateSignalMapRequest withCloudWatchAlarmTemplateGroupIdentifiers(Collection<String> cloudWatchAlarmTemplateGroupIdentifiers)
cloudWatchAlarmTemplateGroupIdentifiers
- public void setDescription(String description)
description
- A resource's optional description.public String getDescription()
public CreateSignalMapRequest withDescription(String description)
description
- A resource's optional description.public void setDiscoveryEntryPointArn(String discoveryEntryPointArn)
discoveryEntryPointArn
- A top-level supported AWS resource ARN to discovery a signal map from.public String getDiscoveryEntryPointArn()
public CreateSignalMapRequest withDiscoveryEntryPointArn(String discoveryEntryPointArn)
discoveryEntryPointArn
- A top-level supported AWS resource ARN to discovery a signal map from.public List<String> getEventBridgeRuleTemplateGroupIdentifiers()
public void setEventBridgeRuleTemplateGroupIdentifiers(Collection<String> eventBridgeRuleTemplateGroupIdentifiers)
eventBridgeRuleTemplateGroupIdentifiers
- public CreateSignalMapRequest withEventBridgeRuleTemplateGroupIdentifiers(String... eventBridgeRuleTemplateGroupIdentifiers)
NOTE: This method appends the values to the existing list (if any). Use
setEventBridgeRuleTemplateGroupIdentifiers(java.util.Collection)
or
withEventBridgeRuleTemplateGroupIdentifiers(java.util.Collection)
if you want to override the existing
values.
eventBridgeRuleTemplateGroupIdentifiers
- public CreateSignalMapRequest withEventBridgeRuleTemplateGroupIdentifiers(Collection<String> eventBridgeRuleTemplateGroupIdentifiers)
eventBridgeRuleTemplateGroupIdentifiers
- public void setName(String name)
name
- A resource's name. Names must be unique within the scope of a resource type in a specific region.public String getName()
public CreateSignalMapRequest withName(String name)
name
- A resource's name. Names must be unique within the scope of a resource type in a specific region.public CreateSignalMapRequest withTags(Map<String,String> tags)
tags
- public CreateSignalMapRequest addTagsEntry(String key, String value)
public CreateSignalMapRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateSignalMapRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()