@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TargetGroup extends Object implements Serializable, Cloneable
Describes a load balancer target group.
Constructor and Description |
---|
TargetGroup() |
Modifier and Type | Method and Description |
---|---|
TargetGroup |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the target group.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the target group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TargetGroup |
withArn(String arn)
The Amazon Resource Name (ARN) of the target group.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the target group.
arn
- The Amazon Resource Name (ARN) of the target group.public String getArn()
The Amazon Resource Name (ARN) of the target group.
public TargetGroup withArn(String arn)
The Amazon Resource Name (ARN) of the target group.
arn
- The Amazon Resource Name (ARN) of the target group.public String toString()
toString
in class Object
Object.toString()
public TargetGroup clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.