@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LifecycleExecutionResourcesImpactedSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains details for an image resource that was identified for a lifecycle action.
| Constructor and Description |
|---|
LifecycleExecutionResourcesImpactedSummary() |
| Modifier and Type | Method and Description |
|---|---|
LifecycleExecutionResourcesImpactedSummary |
clone() |
boolean |
equals(Object obj) |
Boolean |
getHasImpactedResources()
Indicates whether an image resource that was identified for a lifecycle action has associated resources that are
also impacted.
|
int |
hashCode() |
Boolean |
isHasImpactedResources()
Indicates whether an image resource that was identified for a lifecycle action has associated resources that are
also impacted.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setHasImpactedResources(Boolean hasImpactedResources)
Indicates whether an image resource that was identified for a lifecycle action has associated resources that are
also impacted.
|
String |
toString()
Returns a string representation of this object.
|
LifecycleExecutionResourcesImpactedSummary |
withHasImpactedResources(Boolean hasImpactedResources)
Indicates whether an image resource that was identified for a lifecycle action has associated resources that are
also impacted.
|
public LifecycleExecutionResourcesImpactedSummary()
public void setHasImpactedResources(Boolean hasImpactedResources)
Indicates whether an image resource that was identified for a lifecycle action has associated resources that are also impacted.
hasImpactedResources - Indicates whether an image resource that was identified for a lifecycle action has associated resources
that are also impacted.public Boolean getHasImpactedResources()
Indicates whether an image resource that was identified for a lifecycle action has associated resources that are also impacted.
public LifecycleExecutionResourcesImpactedSummary withHasImpactedResources(Boolean hasImpactedResources)
Indicates whether an image resource that was identified for a lifecycle action has associated resources that are also impacted.
hasImpactedResources - Indicates whether an image resource that was identified for a lifecycle action has associated resources
that are also impacted.public Boolean isHasImpactedResources()
Indicates whether an image resource that was identified for a lifecycle action has associated resources that are also impacted.
public String toString()
toString in class ObjectObject.toString()public LifecycleExecutionResourcesImpactedSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.