@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReserveContactRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ReserveContactRequest() |
Modifier and Type | Method and Description |
---|---|
ReserveContactRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ReserveContactRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
ReserveContactRequest |
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.
|
String |
getMissionProfileArn()
ARN of a mission profile.
|
String |
getSatelliteArn()
ARN of a satellite
|
Date |
getStartTime()
Start time of a contact in UTC.
|
Map<String,String> |
getTags()
Tags assigned to a contact.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
End time of a contact in UTC.
|
void |
setGroundStation(String groundStation)
Name of a ground station.
|
void |
setMissionProfileArn(String missionProfileArn)
ARN of a mission profile.
|
void |
setSatelliteArn(String satelliteArn)
ARN of a satellite
|
void |
setStartTime(Date startTime)
Start time of a contact in UTC.
|
void |
setTags(Map<String,String> tags)
Tags assigned to a contact.
|
String |
toString()
Returns a string representation of this object.
|
ReserveContactRequest |
withEndTime(Date endTime)
End time of a contact in UTC.
|
ReserveContactRequest |
withGroundStation(String groundStation)
Name of a ground station.
|
ReserveContactRequest |
withMissionProfileArn(String missionProfileArn)
ARN of a mission profile.
|
ReserveContactRequest |
withSatelliteArn(String satelliteArn)
ARN of a satellite
|
ReserveContactRequest |
withStartTime(Date startTime)
Start time of a contact in UTC.
|
ReserveContactRequest |
withTags(Map<String,String> tags)
Tags assigned to a contact.
|
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 ReserveContactRequest 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 ReserveContactRequest withGroundStation(String groundStation)
Name of a ground station.
groundStation
- Name of a ground station.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 ReserveContactRequest withMissionProfileArn(String missionProfileArn)
ARN of a mission profile.
missionProfileArn
- ARN of a mission profile.public void setSatelliteArn(String satelliteArn)
ARN of a satellite
satelliteArn
- ARN of a satellitepublic String getSatelliteArn()
ARN of a satellite
public ReserveContactRequest withSatelliteArn(String satelliteArn)
ARN of a satellite
satelliteArn
- ARN of a satellitepublic 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 ReserveContactRequest withStartTime(Date startTime)
Start time of a contact in UTC.
startTime
- Start time of a contact in UTC.public Map<String,String> getTags()
Tags assigned to a contact.
public void setTags(Map<String,String> tags)
Tags assigned to a contact.
tags
- Tags assigned to a contact.public ReserveContactRequest withTags(Map<String,String> tags)
Tags assigned to a contact.
tags
- Tags assigned to a contact.public ReserveContactRequest addTagsEntry(String key, String value)
public ReserveContactRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public ReserveContactRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()