public class GetCampaignRequest extends AmazonWebServiceRequest implements Serializable
Constructor and Description |
---|
GetCampaignRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique ID of your Amazon Pinpoint application.
|
String |
getCampaignId()
The unique ID of the campaign.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
void |
setCampaignId(String campaignId)
The unique ID of the campaign.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetCampaignRequest |
withApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
GetCampaignRequest |
withCampaignId(String campaignId)
The unique ID of the campaign.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getApplicationId()
public void setApplicationId(String applicationId)
applicationId
- The unique ID of your Amazon Pinpoint application.public GetCampaignRequest withApplicationId(String applicationId)
Returns a reference to this object so that method calls can be chained together.
applicationId
- The unique ID of your Amazon Pinpoint application.public String getCampaignId()
public void setCampaignId(String campaignId)
campaignId
- The unique ID of the campaign.public GetCampaignRequest withCampaignId(String campaignId)
Returns a reference to this object so that method calls can be chained together.
campaignId
- The unique ID of the campaign.public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.