@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCampaignResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteCampaignResult() |
Modifier and Type | Method and Description |
---|---|
DeleteCampaignResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the deleted campaign.
|
String |
getName()
The name of the deleted campaign.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the deleted campaign.
|
void |
setName(String name)
The name of the deleted campaign.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCampaignResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the deleted campaign.
|
DeleteCampaignResult |
withName(String name)
The name of the deleted campaign.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the deleted campaign.
name
- The name of the deleted campaign.public String getName()
The name of the deleted campaign.
public DeleteCampaignResult withName(String name)
The name of the deleted campaign.
name
- The name of the deleted campaign.public void setArn(String arn)
The Amazon Resource Name (ARN) of the deleted campaign.
The ARN isn’t returned if a campaign doesn’t exist.
arn
- The Amazon Resource Name (ARN) of the deleted campaign. The ARN isn’t returned if a campaign doesn’t exist.
public String getArn()
The Amazon Resource Name (ARN) of the deleted campaign.
The ARN isn’t returned if a campaign doesn’t exist.
The ARN isn’t returned if a campaign doesn’t exist.
public DeleteCampaignResult withArn(String arn)
The Amazon Resource Name (ARN) of the deleted campaign.
The ARN isn’t returned if a campaign doesn’t exist.
arn
- The Amazon Resource Name (ARN) of the deleted campaign. The ARN isn’t returned if a campaign doesn’t exist.
public String toString()
toString
in class Object
Object.toString()
public DeleteCampaignResult clone()