@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssumeFleetRoleForWorkerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssumeFleetRoleForWorkerResult() |
Modifier and Type | Method and Description |
---|---|
AssumeFleetRoleForWorkerResult |
clone() |
boolean |
equals(Object obj) |
AwsCredentials |
getCredentials()
The credentials for the worker.
|
int |
hashCode() |
void |
setCredentials(AwsCredentials credentials)
The credentials for the worker.
|
String |
toString()
Returns a string representation of this object.
|
AssumeFleetRoleForWorkerResult |
withCredentials(AwsCredentials credentials)
The credentials for the worker.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCredentials(AwsCredentials credentials)
The credentials for the worker.
credentials
- The credentials for the worker.public AwsCredentials getCredentials()
The credentials for the worker.
public AssumeFleetRoleForWorkerResult withCredentials(AwsCredentials credentials)
The credentials for the worker.
credentials
- The credentials for the worker.public String toString()
toString
in class Object
Object.toString()
public AssumeFleetRoleForWorkerResult clone()