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