@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResolvedTargets extends Object implements Serializable, Cloneable, StructuredPojo
Information about targets that resolved during the Automation execution.
| Constructor and Description |
|---|
ResolvedTargets() |
| Modifier and Type | Method and Description |
|---|---|
ResolvedTargets |
clone() |
boolean |
equals(Object obj) |
List<String> |
getParameterValues()
A list of parameter values sent to targets that resolved during the Automation execution.
|
Boolean |
getTruncated()
A boolean value indicating whether the resolved target list is truncated.
|
int |
hashCode() |
Boolean |
isTruncated()
A boolean value indicating whether the resolved target list is truncated.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setParameterValues(Collection<String> parameterValues)
A list of parameter values sent to targets that resolved during the Automation execution.
|
void |
setTruncated(Boolean truncated)
A boolean value indicating whether the resolved target list is truncated.
|
String |
toString()
Returns a string representation of this object.
|
ResolvedTargets |
withParameterValues(Collection<String> parameterValues)
A list of parameter values sent to targets that resolved during the Automation execution.
|
ResolvedTargets |
withParameterValues(String... parameterValues)
A list of parameter values sent to targets that resolved during the Automation execution.
|
ResolvedTargets |
withTruncated(Boolean truncated)
A boolean value indicating whether the resolved target list is truncated.
|
public List<String> getParameterValues()
A list of parameter values sent to targets that resolved during the Automation execution.
public void setParameterValues(Collection<String> parameterValues)
A list of parameter values sent to targets that resolved during the Automation execution.
parameterValues - A list of parameter values sent to targets that resolved during the Automation execution.public ResolvedTargets withParameterValues(String... parameterValues)
A list of parameter values sent to targets that resolved during the Automation execution.
NOTE: This method appends the values to the existing list (if any). Use
setParameterValues(java.util.Collection) or withParameterValues(java.util.Collection) if you
want to override the existing values.
parameterValues - A list of parameter values sent to targets that resolved during the Automation execution.public ResolvedTargets withParameterValues(Collection<String> parameterValues)
A list of parameter values sent to targets that resolved during the Automation execution.
parameterValues - A list of parameter values sent to targets that resolved during the Automation execution.public void setTruncated(Boolean truncated)
A boolean value indicating whether the resolved target list is truncated.
truncated - A boolean value indicating whether the resolved target list is truncated.public Boolean getTruncated()
A boolean value indicating whether the resolved target list is truncated.
public ResolvedTargets withTruncated(Boolean truncated)
A boolean value indicating whether the resolved target list is truncated.
truncated - A boolean value indicating whether the resolved target list is truncated.public Boolean isTruncated()
A boolean value indicating whether the resolved target list is truncated.
public String toString()
toString in class ObjectObject.toString()public ResolvedTargets clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.