@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDeleteMonitorDeploymentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartDeleteMonitorDeploymentResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
arn
- A signal map's ARN (Amazon Resource Name)public String getArn()
public StartDeleteMonitorDeploymentResult withArn(String arn)
arn
- A signal map's ARN (Amazon Resource Name)public List<String> getCloudWatchAlarmTemplateGroupIds()
public void setCloudWatchAlarmTemplateGroupIds(Collection<String> cloudWatchAlarmTemplateGroupIds)
cloudWatchAlarmTemplateGroupIds
- public StartDeleteMonitorDeploymentResult 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 StartDeleteMonitorDeploymentResult withCloudWatchAlarmTemplateGroupIds(Collection<String> cloudWatchAlarmTemplateGroupIds)
cloudWatchAlarmTemplateGroupIds
- public void setCreatedAt(Date createdAt)
createdAt
- public Date getCreatedAt()
public StartDeleteMonitorDeploymentResult withCreatedAt(Date createdAt)
createdAt
- public void setDescription(String description)
description
- A resource's optional description.public String getDescription()
public StartDeleteMonitorDeploymentResult 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 StartDeleteMonitorDeploymentResult 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 StartDeleteMonitorDeploymentResult 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 StartDeleteMonitorDeploymentResult 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 StartDeleteMonitorDeploymentResult withEventBridgeRuleTemplateGroupIds(Collection<String> eventBridgeRuleTemplateGroupIds)
eventBridgeRuleTemplateGroupIds
- public Map<String,MediaResource> getFailedMediaResourceMap()
public void setFailedMediaResourceMap(Map<String,MediaResource> failedMediaResourceMap)
failedMediaResourceMap
- public StartDeleteMonitorDeploymentResult withFailedMediaResourceMap(Map<String,MediaResource> failedMediaResourceMap)
failedMediaResourceMap
- public StartDeleteMonitorDeploymentResult addFailedMediaResourceMapEntry(String key, MediaResource value)
public StartDeleteMonitorDeploymentResult clearFailedMediaResourceMapEntries()
public void setId(String id)
id
- A signal map's id.public String getId()
public StartDeleteMonitorDeploymentResult withId(String id)
id
- A signal map's id.public void setLastDiscoveredAt(Date lastDiscoveredAt)
lastDiscoveredAt
- public Date getLastDiscoveredAt()
public StartDeleteMonitorDeploymentResult withLastDiscoveredAt(Date lastDiscoveredAt)
lastDiscoveredAt
- public void setLastSuccessfulMonitorDeployment(SuccessfulMonitorDeployment lastSuccessfulMonitorDeployment)
lastSuccessfulMonitorDeployment
- public SuccessfulMonitorDeployment getLastSuccessfulMonitorDeployment()
public StartDeleteMonitorDeploymentResult withLastSuccessfulMonitorDeployment(SuccessfulMonitorDeployment lastSuccessfulMonitorDeployment)
lastSuccessfulMonitorDeployment
- public Map<String,MediaResource> getMediaResourceMap()
public void setMediaResourceMap(Map<String,MediaResource> mediaResourceMap)
mediaResourceMap
- public StartDeleteMonitorDeploymentResult withMediaResourceMap(Map<String,MediaResource> mediaResourceMap)
mediaResourceMap
- public StartDeleteMonitorDeploymentResult addMediaResourceMapEntry(String key, MediaResource value)
public StartDeleteMonitorDeploymentResult clearMediaResourceMapEntries()
public void setModifiedAt(Date modifiedAt)
modifiedAt
- public Date getModifiedAt()
public StartDeleteMonitorDeploymentResult 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 StartDeleteMonitorDeploymentResult 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 StartDeleteMonitorDeploymentResult 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 StartDeleteMonitorDeploymentResult 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 StartDeleteMonitorDeploymentResult withStatus(String status)
status
- SignalMapStatus
public StartDeleteMonitorDeploymentResult withStatus(SignalMapStatus status)
status
- SignalMapStatus
public StartDeleteMonitorDeploymentResult withTags(Map<String,String> tags)
tags
- public StartDeleteMonitorDeploymentResult addTagsEntry(String key, String value)
public StartDeleteMonitorDeploymentResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public StartDeleteMonitorDeploymentResult clone()