@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetProgrammaticAccessCredentialsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetProgrammaticAccessCredentialsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetProgrammaticAccessCredentialsRequest |
clone() |
boolean |
equals(Object obj) |
Long |
getDurationInMinutes()
The time duration in which the credentials remain valid.
|
String |
getEnvironmentId()
The habanero environment identifier.
|
int |
hashCode() |
void |
setDurationInMinutes(Long durationInMinutes)
The time duration in which the credentials remain valid.
|
void |
setEnvironmentId(String environmentId)
The habanero environment identifier.
|
String |
toString()
Returns a string representation of this object.
|
GetProgrammaticAccessCredentialsRequest |
withDurationInMinutes(Long durationInMinutes)
The time duration in which the credentials remain valid.
|
GetProgrammaticAccessCredentialsRequest |
withEnvironmentId(String environmentId)
The habanero environment identifier.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic GetProgrammaticAccessCredentialsRequest()
public void setDurationInMinutes(Long durationInMinutes)
The time duration in which the credentials remain valid.
durationInMinutes - The time duration in which the credentials remain valid.public Long getDurationInMinutes()
The time duration in which the credentials remain valid.
public GetProgrammaticAccessCredentialsRequest withDurationInMinutes(Long durationInMinutes)
The time duration in which the credentials remain valid.
durationInMinutes - The time duration in which the credentials remain valid.public void setEnvironmentId(String environmentId)
The habanero environment identifier.
environmentId - The habanero environment identifier.public String getEnvironmentId()
The habanero environment identifier.
public GetProgrammaticAccessCredentialsRequest withEnvironmentId(String environmentId)
The habanero environment identifier.
environmentId - The habanero environment identifier.public String toString()
toString in class ObjectObject.toString()public GetProgrammaticAccessCredentialsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.