@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReadinessCheckOutput extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ReadinessCheckOutput() |
Modifier and Type | Method and Description |
---|---|
ReadinessCheckOutput |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ReadinessCheckOutput |
clearTagsEntries()
Removes all the entries added into Tags.
|
ReadinessCheckOutput |
clone() |
boolean |
equals(Object obj) |
String |
getReadinessCheckArn()
Arn associated with ReadinessCheck
|
String |
getReadinessCheckName()
Name for a ReadinessCheck
|
String |
getResourceSet()
Name of the ResourceSet to be checked
|
Map<String,String> |
getTags() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setReadinessCheckArn(String readinessCheckArn)
Arn associated with ReadinessCheck
|
void |
setReadinessCheckName(String readinessCheckName)
Name for a ReadinessCheck
|
void |
setResourceSet(String resourceSet)
Name of the ResourceSet to be checked
|
void |
setTags(Map<String,String> tags) |
String |
toString()
Returns a string representation of this object.
|
ReadinessCheckOutput |
withReadinessCheckArn(String readinessCheckArn)
Arn associated with ReadinessCheck
|
ReadinessCheckOutput |
withReadinessCheckName(String readinessCheckName)
Name for a ReadinessCheck
|
ReadinessCheckOutput |
withResourceSet(String resourceSet)
Name of the ResourceSet to be checked
|
ReadinessCheckOutput |
withTags(Map<String,String> tags) |
public void setReadinessCheckArn(String readinessCheckArn)
readinessCheckArn
- Arn associated with ReadinessCheckpublic String getReadinessCheckArn()
public ReadinessCheckOutput withReadinessCheckArn(String readinessCheckArn)
readinessCheckArn
- Arn associated with ReadinessCheckpublic void setReadinessCheckName(String readinessCheckName)
readinessCheckName
- Name for a ReadinessCheckpublic String getReadinessCheckName()
public ReadinessCheckOutput withReadinessCheckName(String readinessCheckName)
readinessCheckName
- Name for a ReadinessCheckpublic void setResourceSet(String resourceSet)
resourceSet
- Name of the ResourceSet to be checkedpublic String getResourceSet()
public ReadinessCheckOutput withResourceSet(String resourceSet)
resourceSet
- Name of the ResourceSet to be checkedpublic ReadinessCheckOutput withTags(Map<String,String> tags)
tags
- public ReadinessCheckOutput addTagsEntry(String key, String value)
public ReadinessCheckOutput clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public ReadinessCheckOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.