@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartUpdateSignalMapResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartUpdateSignalMapResult() |
Modifier and Type | Method and Description |
---|---|
StartUpdateSignalMapResult |
addFailedMediaResourceMapEntry(String key,
MediaResource value)
Add a single FailedMediaResourceMap entry
|
StartUpdateSignalMapResult |
addMediaResourceMapEntry(String key,
MediaResource value)
Add a single MediaResourceMap entry
|
StartUpdateSignalMapResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
StartUpdateSignalMapResult |
clearFailedMediaResourceMapEntries()
Removes all the entries added into FailedMediaResourceMap.
|
StartUpdateSignalMapResult |
clearMediaResourceMapEntries()
Removes all the entries added into MediaResourceMap.
|
StartUpdateSignalMapResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
StartUpdateSignalMapResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
A signal map's ARN (Amazon Resource Name)
|
List<String> |
getCloudWatchAlarmTemplateGroupIds() |
Date |
getCreatedAt() |
String |
getDescription()
A resource's optional description.
|
String |
getDiscoveryEntryPointArn()
A top-level supported AWS resource ARN to discovery a signal map from.
|
String |
getErrorMessage()
Error message associated with a failed creation or failed update attempt of a signal map.
|
List<String> |
getEventBridgeRuleTemplateGroupIds() |
Map<String,MediaResource> |
getFailedMediaResourceMap() |
String |
getId()
A signal map's id.
|
Date |
getLastDiscoveredAt() |
SuccessfulMonitorDeployment |
getLastSuccessfulMonitorDeployment() |
Map<String,MediaResource> |
getMediaResourceMap() |
Date |
getModifiedAt() |
Boolean |
getMonitorChangesPendingDeployment()
If true, there are pending monitor changes for this signal map that can be deployed.
|
MonitorDeployment |
getMonitorDeployment() |
String |
getName()
A resource's name.
|
String |
getStatus() |
Map<String,String> |
getTags() |
int |
hashCode() |
Boolean |
isMonitorChangesPendingDeployment()
If true, there are pending monitor changes for this signal map that can be deployed.
|
void |
setArn(String arn)
A signal map's ARN (Amazon Resource Name)
|
void |
setCloudWatchAlarmTemplateGroupIds(Collection<String> cloudWatchAlarmTemplateGroupIds) |
void |
setCreatedAt(Date createdAt) |
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 |
setErrorMessage(String errorMessage)
Error message associated with a failed creation or failed update attempt of a signal map.
|
void |
setEventBridgeRuleTemplateGroupIds(Collection<String> eventBridgeRuleTemplateGroupIds) |
void |
setFailedMediaResourceMap(Map<String,MediaResource> failedMediaResourceMap) |
void |
setId(String id)
A signal map's id.
|
void |
setLastDiscoveredAt(Date lastDiscoveredAt) |
void |
setLastSuccessfulMonitorDeployment(SuccessfulMonitorDeployment lastSuccessfulMonitorDeployment) |
void |
setMediaResourceMap(Map<String,MediaResource> mediaResourceMap) |
void |
setModifiedAt(Date modifiedAt) |
void |
setMonitorChangesPendingDeployment(Boolean monitorChangesPendingDeployment)
If true, there are pending monitor changes for this signal map that can be deployed.
|
void |
setMonitorDeployment(MonitorDeployment monitorDeployment) |
void |
setName(String name)
A resource's name.
|
void |
setStatus(String status) |
void |
setTags(Map<String,String> tags) |
String |
toString()
Returns a string representation of this object.
|
StartUpdateSignalMapResult |
withArn(String arn)
A signal map's ARN (Amazon Resource Name)
|
StartUpdateSignalMapResult |
withCloudWatchAlarmTemplateGroupIds(Collection<String> cloudWatchAlarmTemplateGroupIds) |
StartUpdateSignalMapResult |
withCloudWatchAlarmTemplateGroupIds(String... cloudWatchAlarmTemplateGroupIds)
NOTE: This method appends the values to the existing list (if any).
|
StartUpdateSignalMapResult |
withCreatedAt(Date createdAt) |
StartUpdateSignalMapResult |
withDescription(String description)
A resource's optional description.
|
StartUpdateSignalMapResult |
withDiscoveryEntryPointArn(String discoveryEntryPointArn)
A top-level supported AWS resource ARN to discovery a signal map from.
|
StartUpdateSignalMapResult |
withErrorMessage(String errorMessage)
Error message associated with a failed creation or failed update attempt of a signal map.
|
StartUpdateSignalMapResult |
withEventBridgeRuleTemplateGroupIds(Collection<String> eventBridgeRuleTemplateGroupIds) |
StartUpdateSignalMapResult |
withEventBridgeRuleTemplateGroupIds(String... eventBridgeRuleTemplateGroupIds)
NOTE: This method appends the values to the existing list (if any).
|
StartUpdateSignalMapResult |
withFailedMediaResourceMap(Map<String,MediaResource> failedMediaResourceMap) |
StartUpdateSignalMapResult |
withId(String id)
A signal map's id.
|
StartUpdateSignalMapResult |
withLastDiscoveredAt(Date lastDiscoveredAt) |
StartUpdateSignalMapResult |
withLastSuccessfulMonitorDeployment(SuccessfulMonitorDeployment lastSuccessfulMonitorDeployment) |
StartUpdateSignalMapResult |
withMediaResourceMap(Map<String,MediaResource> mediaResourceMap) |
StartUpdateSignalMapResult |
withModifiedAt(Date modifiedAt) |
StartUpdateSignalMapResult |
withMonitorChangesPendingDeployment(Boolean monitorChangesPendingDeployment)
If true, there are pending monitor changes for this signal map that can be deployed.
|
StartUpdateSignalMapResult |
withMonitorDeployment(MonitorDeployment monitorDeployment) |
StartUpdateSignalMapResult |
withName(String name)
A resource's name.
|
StartUpdateSignalMapResult |
withStatus(SignalMapStatus status) |
StartUpdateSignalMapResult |
withStatus(String status) |
StartUpdateSignalMapResult |
withTags(Map<String,String> tags) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
arn
- A signal map's ARN (Amazon Resource Name)public String getArn()
public StartUpdateSignalMapResult withArn(String arn)
arn
- A signal map's ARN (Amazon Resource Name)public List<String> getCloudWatchAlarmTemplateGroupIds()
public void setCloudWatchAlarmTemplateGroupIds(Collection<String> cloudWatchAlarmTemplateGroupIds)
cloudWatchAlarmTemplateGroupIds
- public StartUpdateSignalMapResult withCloudWatchAlarmTemplateGroupIds(String... cloudWatchAlarmTemplateGroupIds)
NOTE: This method appends the values to the existing list (if any). Use
setCloudWatchAlarmTemplateGroupIds(java.util.Collection)
or
withCloudWatchAlarmTemplateGroupIds(java.util.Collection)
if you want to override the existing values.
cloudWatchAlarmTemplateGroupIds
- public StartUpdateSignalMapResult withCloudWatchAlarmTemplateGroupIds(Collection<String> cloudWatchAlarmTemplateGroupIds)
cloudWatchAlarmTemplateGroupIds
- public void setCreatedAt(Date createdAt)
createdAt
- public Date getCreatedAt()
public StartUpdateSignalMapResult withCreatedAt(Date createdAt)
createdAt
- public void setDescription(String description)
description
- A resource's optional description.public String getDescription()
public StartUpdateSignalMapResult 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 StartUpdateSignalMapResult withDiscoveryEntryPointArn(String discoveryEntryPointArn)
discoveryEntryPointArn
- A top-level supported AWS resource ARN to discovery a signal map from.public void setErrorMessage(String errorMessage)
errorMessage
- Error message associated with a failed creation or failed update attempt of a signal map.public String getErrorMessage()
public StartUpdateSignalMapResult withErrorMessage(String errorMessage)
errorMessage
- Error message associated with a failed creation or failed update attempt of a signal map.public List<String> getEventBridgeRuleTemplateGroupIds()
public void setEventBridgeRuleTemplateGroupIds(Collection<String> eventBridgeRuleTemplateGroupIds)
eventBridgeRuleTemplateGroupIds
- public StartUpdateSignalMapResult withEventBridgeRuleTemplateGroupIds(String... eventBridgeRuleTemplateGroupIds)
NOTE: This method appends the values to the existing list (if any). Use
setEventBridgeRuleTemplateGroupIds(java.util.Collection)
or
withEventBridgeRuleTemplateGroupIds(java.util.Collection)
if you want to override the existing values.
eventBridgeRuleTemplateGroupIds
- public StartUpdateSignalMapResult withEventBridgeRuleTemplateGroupIds(Collection<String> eventBridgeRuleTemplateGroupIds)
eventBridgeRuleTemplateGroupIds
- public Map<String,MediaResource> getFailedMediaResourceMap()
public void setFailedMediaResourceMap(Map<String,MediaResource> failedMediaResourceMap)
failedMediaResourceMap
- public StartUpdateSignalMapResult withFailedMediaResourceMap(Map<String,MediaResource> failedMediaResourceMap)
failedMediaResourceMap
- public StartUpdateSignalMapResult addFailedMediaResourceMapEntry(String key, MediaResource value)
public StartUpdateSignalMapResult clearFailedMediaResourceMapEntries()
public void setId(String id)
id
- A signal map's id.public String getId()
public StartUpdateSignalMapResult withId(String id)
id
- A signal map's id.public void setLastDiscoveredAt(Date lastDiscoveredAt)
lastDiscoveredAt
- public Date getLastDiscoveredAt()
public StartUpdateSignalMapResult withLastDiscoveredAt(Date lastDiscoveredAt)
lastDiscoveredAt
- public void setLastSuccessfulMonitorDeployment(SuccessfulMonitorDeployment lastSuccessfulMonitorDeployment)
lastSuccessfulMonitorDeployment
- public SuccessfulMonitorDeployment getLastSuccessfulMonitorDeployment()
public StartUpdateSignalMapResult withLastSuccessfulMonitorDeployment(SuccessfulMonitorDeployment lastSuccessfulMonitorDeployment)
lastSuccessfulMonitorDeployment
- public Map<String,MediaResource> getMediaResourceMap()
public void setMediaResourceMap(Map<String,MediaResource> mediaResourceMap)
mediaResourceMap
- public StartUpdateSignalMapResult withMediaResourceMap(Map<String,MediaResource> mediaResourceMap)
mediaResourceMap
- public StartUpdateSignalMapResult addMediaResourceMapEntry(String key, MediaResource value)
public StartUpdateSignalMapResult clearMediaResourceMapEntries()
public void setModifiedAt(Date modifiedAt)
modifiedAt
- public Date getModifiedAt()
public StartUpdateSignalMapResult withModifiedAt(Date modifiedAt)
modifiedAt
- public void setMonitorChangesPendingDeployment(Boolean monitorChangesPendingDeployment)
monitorChangesPendingDeployment
- If true, there are pending monitor changes for this signal map that can be deployed.public Boolean getMonitorChangesPendingDeployment()
public StartUpdateSignalMapResult withMonitorChangesPendingDeployment(Boolean monitorChangesPendingDeployment)
monitorChangesPendingDeployment
- If true, there are pending monitor changes for this signal map that can be deployed.public Boolean isMonitorChangesPendingDeployment()
public void setMonitorDeployment(MonitorDeployment monitorDeployment)
monitorDeployment
- public MonitorDeployment getMonitorDeployment()
public StartUpdateSignalMapResult withMonitorDeployment(MonitorDeployment monitorDeployment)
monitorDeployment
- 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 StartUpdateSignalMapResult withName(String name)
name
- A resource's name. Names must be unique within the scope of a resource type in a specific region.public void setStatus(String status)
status
- SignalMapStatus
public String getStatus()
SignalMapStatus
public StartUpdateSignalMapResult withStatus(String status)
status
- SignalMapStatus
public StartUpdateSignalMapResult withStatus(SignalMapStatus status)
status
- SignalMapStatus
public StartUpdateSignalMapResult withTags(Map<String,String> tags)
tags
- public StartUpdateSignalMapResult addTagsEntry(String key, String value)
public StartUpdateSignalMapResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public StartUpdateSignalMapResult clone()