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