@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceCountsSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary counts of each Proton resource types.
Constructor and Description |
---|
ResourceCountsSummary() |
Modifier and Type | Method and Description |
---|---|
ResourceCountsSummary |
clone() |
boolean |
equals(Object obj) |
Integer |
getBehindMajor()
The number of resources of this type in the Amazon Web Services account that need a major template version
update.
|
Integer |
getBehindMinor()
The number of resources of this type in the Amazon Web Services account that need a minor template version
update.
|
Integer |
getFailed()
The number of resources of this type in the Amazon Web Services account that failed to deploy.
|
Integer |
getTotal()
The total number of resources of this type in the Amazon Web Services account.
|
Integer |
getUpToDate()
The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBehindMajor(Integer behindMajor)
The number of resources of this type in the Amazon Web Services account that need a major template version
update.
|
void |
setBehindMinor(Integer behindMinor)
The number of resources of this type in the Amazon Web Services account that need a minor template version
update.
|
void |
setFailed(Integer failed)
The number of resources of this type in the Amazon Web Services account that failed to deploy.
|
void |
setTotal(Integer total)
The total number of resources of this type in the Amazon Web Services account.
|
void |
setUpToDate(Integer upToDate)
The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.
|
String |
toString()
Returns a string representation of this object.
|
ResourceCountsSummary |
withBehindMajor(Integer behindMajor)
The number of resources of this type in the Amazon Web Services account that need a major template version
update.
|
ResourceCountsSummary |
withBehindMinor(Integer behindMinor)
The number of resources of this type in the Amazon Web Services account that need a minor template version
update.
|
ResourceCountsSummary |
withFailed(Integer failed)
The number of resources of this type in the Amazon Web Services account that failed to deploy.
|
ResourceCountsSummary |
withTotal(Integer total)
The total number of resources of this type in the Amazon Web Services account.
|
ResourceCountsSummary |
withUpToDate(Integer upToDate)
The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.
|
public void setBehindMajor(Integer behindMajor)
The number of resources of this type in the Amazon Web Services account that need a major template version update.
behindMajor
- The number of resources of this type in the Amazon Web Services account that need a major template version
update.public Integer getBehindMajor()
The number of resources of this type in the Amazon Web Services account that need a major template version update.
public ResourceCountsSummary withBehindMajor(Integer behindMajor)
The number of resources of this type in the Amazon Web Services account that need a major template version update.
behindMajor
- The number of resources of this type in the Amazon Web Services account that need a major template version
update.public void setBehindMinor(Integer behindMinor)
The number of resources of this type in the Amazon Web Services account that need a minor template version update.
behindMinor
- The number of resources of this type in the Amazon Web Services account that need a minor template version
update.public Integer getBehindMinor()
The number of resources of this type in the Amazon Web Services account that need a minor template version update.
public ResourceCountsSummary withBehindMinor(Integer behindMinor)
The number of resources of this type in the Amazon Web Services account that need a minor template version update.
behindMinor
- The number of resources of this type in the Amazon Web Services account that need a minor template version
update.public void setFailed(Integer failed)
The number of resources of this type in the Amazon Web Services account that failed to deploy.
failed
- The number of resources of this type in the Amazon Web Services account that failed to deploy.public Integer getFailed()
The number of resources of this type in the Amazon Web Services account that failed to deploy.
public ResourceCountsSummary withFailed(Integer failed)
The number of resources of this type in the Amazon Web Services account that failed to deploy.
failed
- The number of resources of this type in the Amazon Web Services account that failed to deploy.public void setTotal(Integer total)
The total number of resources of this type in the Amazon Web Services account.
total
- The total number of resources of this type in the Amazon Web Services account.public Integer getTotal()
The total number of resources of this type in the Amazon Web Services account.
public ResourceCountsSummary withTotal(Integer total)
The total number of resources of this type in the Amazon Web Services account.
total
- The total number of resources of this type in the Amazon Web Services account.public void setUpToDate(Integer upToDate)
The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.
upToDate
- The number of resources of this type in the Amazon Web Services account that are up-to-date with their
template.public Integer getUpToDate()
The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.
public ResourceCountsSummary withUpToDate(Integer upToDate)
The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.
upToDate
- The number of resources of this type in the Amazon Web Services account that are up-to-date with their
template.public String toString()
toString
in class Object
Object.toString()
public ResourceCountsSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.