@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTrafficDistributionGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateTrafficDistributionGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateTrafficDistributionGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the traffic distribution group.
|
String |
getId()
The identifier of the traffic distribution group.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the traffic distribution group.
|
void |
setId(String id)
The identifier of the traffic distribution group.
|
String |
toString()
Returns a string representation of this object.
|
CreateTrafficDistributionGroupResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the traffic distribution group.
|
CreateTrafficDistributionGroupResult |
withId(String id)
The identifier of the traffic distribution group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateTrafficDistributionGroupResult()
public void setId(String id)
The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
id
- The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called
in the Region where the traffic distribution group was created. The ARN must be provided if the call is
from the replicated Region.public String getId()
The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
public CreateTrafficDistributionGroupResult withId(String id)
The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
id
- The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called
in the Region where the traffic distribution group was created. The ARN must be provided if the call is
from the replicated Region.public void setArn(String arn)
The Amazon Resource Name (ARN) of the traffic distribution group.
arn
- The Amazon Resource Name (ARN) of the traffic distribution group.public String getArn()
The Amazon Resource Name (ARN) of the traffic distribution group.
public CreateTrafficDistributionGroupResult withArn(String arn)
The Amazon Resource Name (ARN) of the traffic distribution group.
arn
- The Amazon Resource Name (ARN) of the traffic distribution group.public String toString()
toString
in class Object
Object.toString()
public CreateTrafficDistributionGroupResult clone()