@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SignOutUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SignOutUserRequest() |
Modifier and Type | Method and Description |
---|---|
SignOutUserRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFleetArn()
The ARN of the fleet.
|
String |
getUsername()
The name of the user.
|
int |
hashCode() |
void |
setFleetArn(String fleetArn)
The ARN of the fleet.
|
void |
setUsername(String username)
The name of the user.
|
String |
toString()
Returns a string representation of this object.
|
SignOutUserRequest |
withFleetArn(String fleetArn)
The ARN of the fleet.
|
SignOutUserRequest |
withUsername(String username)
The name of the user.
|
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 setFleetArn(String fleetArn)
The ARN of the fleet.
fleetArn
- The ARN of the fleet.public String getFleetArn()
The ARN of the fleet.
public SignOutUserRequest withFleetArn(String fleetArn)
The ARN of the fleet.
fleetArn
- The ARN of the fleet.public void setUsername(String username)
The name of the user.
username
- The name of the user.public String getUsername()
The name of the user.
public SignOutUserRequest withUsername(String username)
The name of the user.
username
- The name of the user.public String toString()
toString
in class Object
Object.toString()
public SignOutUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()