@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTargetHealthRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeTargetHealthRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTargetHealthRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getInclude()
Used to include anomaly detection information.
|
String |
getTargetGroupArn()
The Amazon Resource Name (ARN) of the target group.
|
List<TargetDescription> |
getTargets()
The targets.
|
int |
hashCode() |
void |
setInclude(Collection<String> include)
Used to include anomaly detection information.
|
void |
setTargetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group.
|
void |
setTargets(Collection<TargetDescription> targets)
The targets.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTargetHealthRequest |
withInclude(Collection<String> include)
Used to include anomaly detection information.
|
DescribeTargetHealthRequest |
withInclude(DescribeTargetHealthInputIncludeEnum... include)
Used to include anomaly detection information.
|
DescribeTargetHealthRequest |
withInclude(String... include)
Used to include anomaly detection information.
|
DescribeTargetHealthRequest |
withTargetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group.
|
DescribeTargetHealthRequest |
withTargets(Collection<TargetDescription> targets)
The targets.
|
DescribeTargetHealthRequest |
withTargets(TargetDescription... targets)
The targets.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setTargetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group.
targetGroupArn
- The Amazon Resource Name (ARN) of the target group.public String getTargetGroupArn()
The Amazon Resource Name (ARN) of the target group.
public DescribeTargetHealthRequest withTargetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group.
targetGroupArn
- The Amazon Resource Name (ARN) of the target group.public List<TargetDescription> getTargets()
The targets.
public void setTargets(Collection<TargetDescription> targets)
The targets.
targets
- The targets.public DescribeTargetHealthRequest withTargets(TargetDescription... targets)
The targets.
NOTE: This method appends the values to the existing list (if any). Use
setTargets(java.util.Collection)
or withTargets(java.util.Collection)
if you want to override
the existing values.
targets
- The targets.public DescribeTargetHealthRequest withTargets(Collection<TargetDescription> targets)
The targets.
targets
- The targets.public List<String> getInclude()
Used to include anomaly detection information.
DescribeTargetHealthInputIncludeEnum
public void setInclude(Collection<String> include)
Used to include anomaly detection information.
include
- Used to include anomaly detection information.DescribeTargetHealthInputIncludeEnum
public DescribeTargetHealthRequest withInclude(String... include)
Used to include anomaly detection information.
NOTE: This method appends the values to the existing list (if any). Use
setInclude(java.util.Collection)
or withInclude(java.util.Collection)
if you want to override
the existing values.
include
- Used to include anomaly detection information.DescribeTargetHealthInputIncludeEnum
public DescribeTargetHealthRequest withInclude(Collection<String> include)
Used to include anomaly detection information.
include
- Used to include anomaly detection information.DescribeTargetHealthInputIncludeEnum
public DescribeTargetHealthRequest withInclude(DescribeTargetHealthInputIncludeEnum... include)
Used to include anomaly detection information.
include
- Used to include anomaly detection information.DescribeTargetHealthInputIncludeEnum
public String toString()
toString
in class Object
Object.toString()
public DescribeTargetHealthRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()