@Generated(value="software.amazon.awssdk:codegen") public final class AgentFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AgentFilter.Builder,AgentFilter>
Contains information about an Amazon Inspector agent. This data type is used as a request parameter in the ListAssessmentRunAgents action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AgentFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AgentHealthCode> |
agentHealthCodes()
The detailed health state of the agent.
|
List<String> |
agentHealthCodesAsStrings()
The detailed health state of the agent.
|
List<AgentHealth> |
agentHealths()
The current health state of the agent.
|
List<String> |
agentHealthsAsStrings()
The current health state of the agent.
|
static AgentFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAgentHealthCodes()
For responses, this returns true if the service returned a value for the AgentHealthCodes property.
|
boolean |
hasAgentHealths()
For responses, this returns true if the service returned a value for the AgentHealths property.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AgentFilter.Builder> |
serializableBuilderClass() |
AgentFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final List<AgentHealth> agentHealths()
The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
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 hasAgentHealths() method.
public final boolean hasAgentHealths()
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> agentHealthsAsStrings()
The current health state of the agent. Values can be set to HEALTHY or UNHEALTHY.
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 hasAgentHealths() method.
public final List<AgentHealthCode> agentHealthCodes()
The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.
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 hasAgentHealthCodes() method.
public final boolean hasAgentHealthCodes()
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> agentHealthCodesAsStrings()
The detailed health state of the agent. Values can be set to IDLE, RUNNING, SHUTDOWN, UNHEALTHY, THROTTLED, and UNKNOWN.
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 hasAgentHealthCodes() method.
public AgentFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AgentFilter.Builder,AgentFilter>public static AgentFilter.Builder builder()
public static Class<? extends AgentFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.