@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartUpdateSignalMapRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartUpdateSignalMapRequest() |
Modifier and Type | Method and Description |
---|---|
StartUpdateSignalMapRequest |
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() |
Boolean |
getForceRediscovery()
If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.
|
String |
getIdentifier()
A signal map's identifier.
|
String |
getName()
A resource's name.
|
int |
hashCode() |
Boolean |
isForceRediscovery()
If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.
|
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 |
setForceRediscovery(Boolean forceRediscovery)
If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.
|
void |
setIdentifier(String identifier)
A signal map's identifier.
|
void |
setName(String name)
A resource's name.
|
String |
toString()
Returns a string representation of this object.
|
StartUpdateSignalMapRequest |
withCloudWatchAlarmTemplateGroupIdentifiers(Collection<String> cloudWatchAlarmTemplateGroupIdentifiers) |
StartUpdateSignalMapRequest |
withCloudWatchAlarmTemplateGroupIdentifiers(String... cloudWatchAlarmTemplateGroupIdentifiers)
NOTE: This method appends the values to the existing list (if any).
|
StartUpdateSignalMapRequest |
withDescription(String description)
A resource's optional description.
|
StartUpdateSignalMapRequest |
withDiscoveryEntryPointArn(String discoveryEntryPointArn)
A top-level supported AWS resource ARN to discovery a signal map from.
|
StartUpdateSignalMapRequest |
withEventBridgeRuleTemplateGroupIdentifiers(Collection<String> eventBridgeRuleTemplateGroupIdentifiers) |
StartUpdateSignalMapRequest |
withEventBridgeRuleTemplateGroupIdentifiers(String... eventBridgeRuleTemplateGroupIdentifiers)
NOTE: This method appends the values to the existing list (if any).
|
StartUpdateSignalMapRequest |
withForceRediscovery(Boolean forceRediscovery)
If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.
|
StartUpdateSignalMapRequest |
withIdentifier(String identifier)
A signal map's identifier.
|
StartUpdateSignalMapRequest |
withName(String name)
A resource's name.
|
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 StartUpdateSignalMapRequest 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 StartUpdateSignalMapRequest withCloudWatchAlarmTemplateGroupIdentifiers(Collection<String> cloudWatchAlarmTemplateGroupIdentifiers)
cloudWatchAlarmTemplateGroupIdentifiers
- public void setDescription(String description)
description
- A resource's optional description.public String getDescription()
public StartUpdateSignalMapRequest 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 StartUpdateSignalMapRequest 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 StartUpdateSignalMapRequest 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 StartUpdateSignalMapRequest withEventBridgeRuleTemplateGroupIdentifiers(Collection<String> eventBridgeRuleTemplateGroupIdentifiers)
eventBridgeRuleTemplateGroupIdentifiers
- public void setForceRediscovery(Boolean forceRediscovery)
forceRediscovery
- If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.public Boolean getForceRediscovery()
public StartUpdateSignalMapRequest withForceRediscovery(Boolean forceRediscovery)
forceRediscovery
- If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.public Boolean isForceRediscovery()
public void setIdentifier(String identifier)
identifier
- A signal map's identifier. Can be either be its id or current name.public String getIdentifier()
public StartUpdateSignalMapRequest withIdentifier(String identifier)
identifier
- A signal map's identifier. Can be either be its id or current name.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 StartUpdateSignalMapRequest withName(String name)
name
- A resource's name. Names must be unique within the scope of a resource type in a specific region.public String toString()
toString
in class Object
Object.toString()
public StartUpdateSignalMapRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()