public class GetSegmentRequest extends AmazonWebServiceRequest implements Serializable
Constructor and Description |
---|
GetSegmentRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique ID of your Amazon Pinpoint application.
|
String |
getSegmentId()
The unique ID of the segment.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
void |
setSegmentId(String segmentId)
The unique ID of the segment.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetSegmentRequest |
withApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
GetSegmentRequest |
withSegmentId(String segmentId)
The unique ID of the segment.
|
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 GetSegmentRequest 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 getSegmentId()
public void setSegmentId(String segmentId)
segmentId
- The unique ID of the segment.public GetSegmentRequest withSegmentId(String segmentId)
Returns a reference to this object so that method calls can be chained together.
segmentId
- The unique ID of the segment.public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.