@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsEcrContainerAggregation extends Object implements Serializable, Cloneable, StructuredPojo
An aggregation of information about Amazon ECR containers.
| Constructor and Description |
|---|
AwsEcrContainerAggregation() |
| Modifier and Type | Method and Description |
|---|---|
AwsEcrContainerAggregation |
clone() |
boolean |
equals(Object obj) |
List<StringFilter> |
getArchitectures()
The architecture of the containers.
|
List<StringFilter> |
getImageShas()
The image SHA values.
|
List<StringFilter> |
getImageTags()
The image tags.
|
List<StringFilter> |
getRepositories()
The container repositories.
|
List<StringFilter> |
getResourceIds()
The container resource IDs.
|
String |
getSortBy()
The value to sort by.
|
String |
getSortOrder()
The sort order (ascending or descending).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArchitectures(Collection<StringFilter> architectures)
The architecture of the containers.
|
void |
setImageShas(Collection<StringFilter> imageShas)
The image SHA values.
|
void |
setImageTags(Collection<StringFilter> imageTags)
The image tags.
|
void |
setRepositories(Collection<StringFilter> repositories)
The container repositories.
|
void |
setResourceIds(Collection<StringFilter> resourceIds)
The container resource IDs.
|
void |
setSortBy(String sortBy)
The value to sort by.
|
void |
setSortOrder(String sortOrder)
The sort order (ascending or descending).
|
String |
toString()
Returns a string representation of this object.
|
AwsEcrContainerAggregation |
withArchitectures(Collection<StringFilter> architectures)
The architecture of the containers.
|
AwsEcrContainerAggregation |
withArchitectures(StringFilter... architectures)
The architecture of the containers.
|
AwsEcrContainerAggregation |
withImageShas(Collection<StringFilter> imageShas)
The image SHA values.
|
AwsEcrContainerAggregation |
withImageShas(StringFilter... imageShas)
The image SHA values.
|
AwsEcrContainerAggregation |
withImageTags(Collection<StringFilter> imageTags)
The image tags.
|
AwsEcrContainerAggregation |
withImageTags(StringFilter... imageTags)
The image tags.
|
AwsEcrContainerAggregation |
withRepositories(Collection<StringFilter> repositories)
The container repositories.
|
AwsEcrContainerAggregation |
withRepositories(StringFilter... repositories)
The container repositories.
|
AwsEcrContainerAggregation |
withResourceIds(Collection<StringFilter> resourceIds)
The container resource IDs.
|
AwsEcrContainerAggregation |
withResourceIds(StringFilter... resourceIds)
The container resource IDs.
|
AwsEcrContainerAggregation |
withSortBy(AwsEcrContainerSortBy sortBy)
The value to sort by.
|
AwsEcrContainerAggregation |
withSortBy(String sortBy)
The value to sort by.
|
AwsEcrContainerAggregation |
withSortOrder(SortOrder sortOrder)
The sort order (ascending or descending).
|
AwsEcrContainerAggregation |
withSortOrder(String sortOrder)
The sort order (ascending or descending).
|
public List<StringFilter> getArchitectures()
The architecture of the containers.
public void setArchitectures(Collection<StringFilter> architectures)
The architecture of the containers.
architectures - The architecture of the containers.public AwsEcrContainerAggregation withArchitectures(StringFilter... architectures)
The architecture of the containers.
NOTE: This method appends the values to the existing list (if any). Use
setArchitectures(java.util.Collection) or withArchitectures(java.util.Collection) if you want
to override the existing values.
architectures - The architecture of the containers.public AwsEcrContainerAggregation withArchitectures(Collection<StringFilter> architectures)
The architecture of the containers.
architectures - The architecture of the containers.public List<StringFilter> getImageShas()
The image SHA values.
public void setImageShas(Collection<StringFilter> imageShas)
The image SHA values.
imageShas - The image SHA values.public AwsEcrContainerAggregation withImageShas(StringFilter... imageShas)
The image SHA values.
NOTE: This method appends the values to the existing list (if any). Use
setImageShas(java.util.Collection) or withImageShas(java.util.Collection) if you want to
override the existing values.
imageShas - The image SHA values.public AwsEcrContainerAggregation withImageShas(Collection<StringFilter> imageShas)
The image SHA values.
imageShas - The image SHA values.public List<StringFilter> getImageTags()
The image tags.
public void setImageTags(Collection<StringFilter> imageTags)
The image tags.
imageTags - The image tags.public AwsEcrContainerAggregation withImageTags(StringFilter... imageTags)
The image tags.
NOTE: This method appends the values to the existing list (if any). Use
setImageTags(java.util.Collection) or withImageTags(java.util.Collection) if you want to
override the existing values.
imageTags - The image tags.public AwsEcrContainerAggregation withImageTags(Collection<StringFilter> imageTags)
The image tags.
imageTags - The image tags.public List<StringFilter> getRepositories()
The container repositories.
public void setRepositories(Collection<StringFilter> repositories)
The container repositories.
repositories - The container repositories.public AwsEcrContainerAggregation withRepositories(StringFilter... repositories)
The container repositories.
NOTE: This method appends the values to the existing list (if any). Use
setRepositories(java.util.Collection) or withRepositories(java.util.Collection) if you want to
override the existing values.
repositories - The container repositories.public AwsEcrContainerAggregation withRepositories(Collection<StringFilter> repositories)
The container repositories.
repositories - The container repositories.public List<StringFilter> getResourceIds()
The container resource IDs.
public void setResourceIds(Collection<StringFilter> resourceIds)
The container resource IDs.
resourceIds - The container resource IDs.public AwsEcrContainerAggregation withResourceIds(StringFilter... resourceIds)
The container resource IDs.
NOTE: This method appends the values to the existing list (if any). Use
setResourceIds(java.util.Collection) or withResourceIds(java.util.Collection) if you want to
override the existing values.
resourceIds - The container resource IDs.public AwsEcrContainerAggregation withResourceIds(Collection<StringFilter> resourceIds)
The container resource IDs.
resourceIds - The container resource IDs.public void setSortBy(String sortBy)
The value to sort by.
sortBy - The value to sort by.AwsEcrContainerSortBypublic String getSortBy()
The value to sort by.
AwsEcrContainerSortBypublic AwsEcrContainerAggregation withSortBy(String sortBy)
The value to sort by.
sortBy - The value to sort by.AwsEcrContainerSortBypublic AwsEcrContainerAggregation withSortBy(AwsEcrContainerSortBy sortBy)
The value to sort by.
sortBy - The value to sort by.AwsEcrContainerSortBypublic void setSortOrder(String sortOrder)
The sort order (ascending or descending).
sortOrder - The sort order (ascending or descending).SortOrderpublic String getSortOrder()
The sort order (ascending or descending).
SortOrderpublic AwsEcrContainerAggregation withSortOrder(String sortOrder)
The sort order (ascending or descending).
sortOrder - The sort order (ascending or descending).SortOrderpublic AwsEcrContainerAggregation withSortOrder(SortOrder sortOrder)
The sort order (ascending or descending).
sortOrder - The sort order (ascending or descending).SortOrderpublic String toString()
toString in class ObjectObject.toString()public AwsEcrContainerAggregation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.