@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTargetGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateTargetGroupResult() |
Modifier and Type | Method and Description |
---|---|
UpdateTargetGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the target group.
|
TargetGroupConfig |
getConfig()
The target group configuration.
|
String |
getId()
The ID of the target group.
|
String |
getName()
The name of the target group.
|
String |
getStatus()
The status.
|
String |
getType()
The target group type.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the target group.
|
void |
setConfig(TargetGroupConfig config)
The target group configuration.
|
void |
setId(String id)
The ID of the target group.
|
void |
setName(String name)
The name of the target group.
|
void |
setStatus(String status)
The status.
|
void |
setType(String type)
The target group type.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTargetGroupResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the target group.
|
UpdateTargetGroupResult |
withConfig(TargetGroupConfig config)
The target group configuration.
|
UpdateTargetGroupResult |
withId(String id)
The ID of the target group.
|
UpdateTargetGroupResult |
withName(String name)
The name of the target group.
|
UpdateTargetGroupResult |
withStatus(String status)
The status.
|
UpdateTargetGroupResult |
withStatus(TargetGroupStatus status)
The status.
|
UpdateTargetGroupResult |
withType(String type)
The target group type.
|
UpdateTargetGroupResult |
withType(TargetGroupType type)
The target group type.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 UpdateTargetGroupResult withArn(String arn)
The Amazon Resource Name (ARN) of the target group.
arn
- The Amazon Resource Name (ARN) of the target group.public void setConfig(TargetGroupConfig config)
The target group configuration.
config
- The target group configuration.public TargetGroupConfig getConfig()
The target group configuration.
public UpdateTargetGroupResult withConfig(TargetGroupConfig config)
The target group configuration.
config
- The target group configuration.public void setId(String id)
The ID of the target group.
id
- The ID of the target group.public String getId()
The ID of the target group.
public UpdateTargetGroupResult withId(String id)
The ID of the target group.
id
- The ID of the target group.public void setName(String name)
The name of the target group.
name
- The name of the target group.public String getName()
The name of the target group.
public UpdateTargetGroupResult withName(String name)
The name of the target group.
name
- The name of the target group.public void setStatus(String status)
The status.
status
- The status.TargetGroupStatus
public String getStatus()
The status.
TargetGroupStatus
public UpdateTargetGroupResult withStatus(String status)
The status.
status
- The status.TargetGroupStatus
public UpdateTargetGroupResult withStatus(TargetGroupStatus status)
The status.
status
- The status.TargetGroupStatus
public void setType(String type)
The target group type.
type
- The target group type.TargetGroupType
public String getType()
The target group type.
TargetGroupType
public UpdateTargetGroupResult withType(String type)
The target group type.
type
- The target group type.TargetGroupType
public UpdateTargetGroupResult withType(TargetGroupType type)
The target group type.
type
- The target group type.TargetGroupType
public String toString()
toString
in class Object
Object.toString()
public UpdateTargetGroupResult clone()