@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBillingGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateBillingGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateBillingGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the created billing group.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the created billing group.
|
String |
toString()
Returns a string representation of this object.
|
CreateBillingGroupResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the created billing group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the created billing group.
arn
- The Amazon Resource Name (ARN) of the created billing group.public String getArn()
The Amazon Resource Name (ARN) of the created billing group.
public CreateBillingGroupResult withArn(String arn)
The Amazon Resource Name (ARN) of the created billing group.
arn
- The Amazon Resource Name (ARN) of the created billing group.public String toString()
toString
in class Object
Object.toString()
public CreateBillingGroupResult clone()