@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetJourneyRunExecutionActivityMetricsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetJourneyRunExecutionActivityMetricsRequest() |
Modifier and Type | Method and Description |
---|---|
GetJourneyRunExecutionActivityMetricsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique identifier for the application.
|
String |
getJourneyActivityId()
The unique identifier for the journey activity.
|
String |
getJourneyId()
The unique identifier for the journey.
|
String |
getNextToken()
The
string that specifies which page of results to return in a paginated response. |
String |
getPageSize()
The maximum number of items to include in each page of a paginated response.
|
String |
getRunId()
The unique identifier for the journey run.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique identifier for the application.
|
void |
setJourneyActivityId(String journeyActivityId)
The unique identifier for the journey activity.
|
void |
setJourneyId(String journeyId)
The unique identifier for the journey.
|
void |
setNextToken(String nextToken)
The
string that specifies which page of results to return in a paginated response. |
void |
setPageSize(String pageSize)
The maximum number of items to include in each page of a paginated response.
|
void |
setRunId(String runId)
The unique identifier for the journey run.
|
String |
toString()
Returns a string representation of this object.
|
GetJourneyRunExecutionActivityMetricsRequest |
withApplicationId(String applicationId)
The unique identifier for the application.
|
GetJourneyRunExecutionActivityMetricsRequest |
withJourneyActivityId(String journeyActivityId)
The unique identifier for the journey activity.
|
GetJourneyRunExecutionActivityMetricsRequest |
withJourneyId(String journeyId)
The unique identifier for the journey.
|
GetJourneyRunExecutionActivityMetricsRequest |
withNextToken(String nextToken)
The
string that specifies which page of results to return in a paginated response. |
GetJourneyRunExecutionActivityMetricsRequest |
withPageSize(String pageSize)
The maximum number of items to include in each page of a paginated response.
|
GetJourneyRunExecutionActivityMetricsRequest |
withRunId(String runId)
The unique identifier for the journey run.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public GetJourneyRunExecutionActivityMetricsRequest()
public void setApplicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
applicationId
- The unique identifier for the application. This identifier is displayed as the Project ID on the
Amazon Pinpoint console.public String getApplicationId()
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
public GetJourneyRunExecutionActivityMetricsRequest withApplicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
applicationId
- The unique identifier for the application. This identifier is displayed as the Project ID on the
Amazon Pinpoint console.public void setJourneyActivityId(String journeyActivityId)
The unique identifier for the journey activity.
journeyActivityId
- The unique identifier for the journey activity.public String getJourneyActivityId()
The unique identifier for the journey activity.
public GetJourneyRunExecutionActivityMetricsRequest withJourneyActivityId(String journeyActivityId)
The unique identifier for the journey activity.
journeyActivityId
- The unique identifier for the journey activity.public void setJourneyId(String journeyId)
The unique identifier for the journey.
journeyId
- The unique identifier for the journey.public String getJourneyId()
The unique identifier for the journey.
public GetJourneyRunExecutionActivityMetricsRequest withJourneyId(String journeyId)
The unique identifier for the journey.
journeyId
- The unique identifier for the journey.public void setNextToken(String nextToken)
The
string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.
nextToken
- The
string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.public String getNextToken()
The
string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.
string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.public GetJourneyRunExecutionActivityMetricsRequest withNextToken(String nextToken)
The
string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.
nextToken
- The
string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.public void setPageSize(String pageSize)
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
pageSize
- The maximum number of items to include in each page of a paginated response. This parameter is not
supported for application, campaign, and journey metrics.public String getPageSize()
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
public GetJourneyRunExecutionActivityMetricsRequest withPageSize(String pageSize)
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
pageSize
- The maximum number of items to include in each page of a paginated response. This parameter is not
supported for application, campaign, and journey metrics.public void setRunId(String runId)
The unique identifier for the journey run.
runId
- The unique identifier for the journey run.public String getRunId()
The unique identifier for the journey run.
public GetJourneyRunExecutionActivityMetricsRequest withRunId(String runId)
The unique identifier for the journey run.
runId
- The unique identifier for the journey run.public String toString()
toString
in class Object
Object.toString()
public GetJourneyRunExecutionActivityMetricsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()