@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListContactsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListContactsRequest() |
Modifier and Type | Method and Description |
---|---|
ListContactsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getEndTime()
End time of a contact in UTC.
|
String |
getGroundStation()
Name of a ground station.
|
Integer |
getMaxResults()
Maximum number of contacts returned.
|
String |
getMissionProfileArn()
ARN of a mission profile.
|
String |
getNextToken()
Next token returned in the request of a previous
ListContacts call. |
String |
getSatelliteArn()
ARN of a satellite.
|
Date |
getStartTime()
Start time of a contact in UTC.
|
List<String> |
getStatusList()
Status of a contact reservation.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
End time of a contact in UTC.
|
void |
setGroundStation(String groundStation)
Name of a ground station.
|
void |
setMaxResults(Integer maxResults)
Maximum number of contacts returned.
|
void |
setMissionProfileArn(String missionProfileArn)
ARN of a mission profile.
|
void |
setNextToken(String nextToken)
Next token returned in the request of a previous
ListContacts call. |
void |
setSatelliteArn(String satelliteArn)
ARN of a satellite.
|
void |
setStartTime(Date startTime)
Start time of a contact in UTC.
|
void |
setStatusList(Collection<String> statusList)
Status of a contact reservation.
|
String |
toString()
Returns a string representation of this object.
|
ListContactsRequest |
withEndTime(Date endTime)
End time of a contact in UTC.
|
ListContactsRequest |
withGroundStation(String groundStation)
Name of a ground station.
|
ListContactsRequest |
withMaxResults(Integer maxResults)
Maximum number of contacts returned.
|
ListContactsRequest |
withMissionProfileArn(String missionProfileArn)
ARN of a mission profile.
|
ListContactsRequest |
withNextToken(String nextToken)
Next token returned in the request of a previous
ListContacts call. |
ListContactsRequest |
withSatelliteArn(String satelliteArn)
ARN of a satellite.
|
ListContactsRequest |
withStartTime(Date startTime)
Start time of a contact in UTC.
|
ListContactsRequest |
withStatusList(Collection<String> statusList)
Status of a contact reservation.
|
ListContactsRequest |
withStatusList(ContactStatus... statusList)
Status of a contact reservation.
|
ListContactsRequest |
withStatusList(String... statusList)
Status of a contact reservation.
|
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 void setEndTime(Date endTime)
End time of a contact in UTC.
endTime
- End time of a contact in UTC.public Date getEndTime()
End time of a contact in UTC.
public ListContactsRequest withEndTime(Date endTime)
End time of a contact in UTC.
endTime
- End time of a contact in UTC.public void setGroundStation(String groundStation)
Name of a ground station.
groundStation
- Name of a ground station.public String getGroundStation()
Name of a ground station.
public ListContactsRequest withGroundStation(String groundStation)
Name of a ground station.
groundStation
- Name of a ground station.public void setMaxResults(Integer maxResults)
Maximum number of contacts returned.
maxResults
- Maximum number of contacts returned.public Integer getMaxResults()
Maximum number of contacts returned.
public ListContactsRequest withMaxResults(Integer maxResults)
Maximum number of contacts returned.
maxResults
- Maximum number of contacts returned.public void setMissionProfileArn(String missionProfileArn)
ARN of a mission profile.
missionProfileArn
- ARN of a mission profile.public String getMissionProfileArn()
ARN of a mission profile.
public ListContactsRequest withMissionProfileArn(String missionProfileArn)
ARN of a mission profile.
missionProfileArn
- ARN of a mission profile.public void setNextToken(String nextToken)
Next token returned in the request of a previous ListContacts
call. Used to get the next page of
results.
nextToken
- Next token returned in the request of a previous ListContacts
call. Used to get the next page
of results.public String getNextToken()
Next token returned in the request of a previous ListContacts
call. Used to get the next page of
results.
ListContacts
call. Used to get the next
page of results.public ListContactsRequest withNextToken(String nextToken)
Next token returned in the request of a previous ListContacts
call. Used to get the next page of
results.
nextToken
- Next token returned in the request of a previous ListContacts
call. Used to get the next page
of results.public void setSatelliteArn(String satelliteArn)
ARN of a satellite.
satelliteArn
- ARN of a satellite.public String getSatelliteArn()
ARN of a satellite.
public ListContactsRequest withSatelliteArn(String satelliteArn)
ARN of a satellite.
satelliteArn
- ARN of a satellite.public void setStartTime(Date startTime)
Start time of a contact in UTC.
startTime
- Start time of a contact in UTC.public Date getStartTime()
Start time of a contact in UTC.
public ListContactsRequest withStartTime(Date startTime)
Start time of a contact in UTC.
startTime
- Start time of a contact in UTC.public List<String> getStatusList()
Status of a contact reservation.
ContactStatus
public void setStatusList(Collection<String> statusList)
Status of a contact reservation.
statusList
- Status of a contact reservation.ContactStatus
public ListContactsRequest withStatusList(String... statusList)
Status of a contact reservation.
NOTE: This method appends the values to the existing list (if any). Use
setStatusList(java.util.Collection)
or withStatusList(java.util.Collection)
if you want to
override the existing values.
statusList
- Status of a contact reservation.ContactStatus
public ListContactsRequest withStatusList(Collection<String> statusList)
Status of a contact reservation.
statusList
- Status of a contact reservation.ContactStatus
public ListContactsRequest withStatusList(ContactStatus... statusList)
Status of a contact reservation.
statusList
- Status of a contact reservation.ContactStatus
public String toString()
toString
in class Object
Object.toString()
public ListContactsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()