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