@Generated(value="software.amazon.awssdk:codegen") public final class TagCollectionFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TagCollectionFilter.Builder,TagCollectionFilter>
A collection of Amazon Web Services tags used to filter insights. This is used to return insights generated from only resources that contain the tags in the tag collection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TagCollectionFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appBoundaryKey()
An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru
analyzes.
|
static TagCollectionFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTagValues()
For responses, this returns true if the service returned a value for the TagValues property.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TagCollectionFilter.Builder> |
serializableBuilderClass() |
List<String> |
tagValues()
The values in an Amazon Web Services tag collection.
|
TagCollectionFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appBoundaryKey()
An Amazon Web Services tag key that is used to identify the Amazon Web Services resources that DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary.
The string used for a key in a tag that you use to define your resource coverage must begin with the
prefix Devops-guru-. The tag key might be DevOps-Guru-deployment-application or
devops-guru-rds-application. When you create a key, the case of characters in the key
can be whatever you choose. After you create a key, it is case-sensitive. For example, DevOps Guru works
with a key named devops-guru-rds and a key named DevOps-Guru-RDS, and
these act as two different keys. Possible key/value pairs in your application might be
Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers
.
The string used for a key in a tag that you use to define your resource coverage must begin with
the prefix Devops-guru-. The tag key might be
DevOps-Guru-deployment-application or devops-guru-rds-application. When you
create a key, the case of characters in the key can be whatever you choose. After you
create a key, it is case-sensitive. For example, DevOps Guru works with a key named
devops-guru-rds and a key named DevOps-Guru-RDS, and these act as two
different keys. Possible key/value pairs in your application might be
Devops-Guru-production-application/RDS or
Devops-Guru-production-application/containers.
public final boolean hasTagValues()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> tagValues()
The values in an Amazon Web Services tag collection.
The tag's value is an optional field used to associate a string with the tag key (for example,
111122223333, Production, or a team name). The key and value are the
tag's key pair. Omitting the tag value is the same as using an empty string. Like tag keys,
tag values are case-sensitive. You can specify a maximum of 256 characters for a tag value.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTagValues() method.
The tag's value is an optional field used to associate a string with the tag key (for
example, 111122223333, Production, or a team name). The key and
value are the tag's key pair. Omitting the tag value is the same as using an empty
string. Like tag keys, tag values are case-sensitive. You can specify a maximum of 256
characters for a tag value.
public TagCollectionFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TagCollectionFilter.Builder,TagCollectionFilter>public static TagCollectionFilter.Builder builder()
public static Class<? extends TagCollectionFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.