@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProfileShareRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateProfileShareRequest() |
Modifier and Type | Method and Description |
---|---|
CreateProfileShareRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken() |
String |
getProfileArn()
The profile ARN.
|
String |
getSharedWith() |
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken) |
void |
setProfileArn(String profileArn)
The profile ARN.
|
void |
setSharedWith(String sharedWith) |
String |
toString()
Returns a string representation of this object.
|
CreateProfileShareRequest |
withClientRequestToken(String clientRequestToken) |
CreateProfileShareRequest |
withProfileArn(String profileArn)
The profile ARN.
|
CreateProfileShareRequest |
withSharedWith(String sharedWith) |
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 setProfileArn(String profileArn)
The profile ARN.
profileArn
- The profile ARN.public String getProfileArn()
The profile ARN.
public CreateProfileShareRequest withProfileArn(String profileArn)
The profile ARN.
profileArn
- The profile ARN.public void setSharedWith(String sharedWith)
sharedWith
- public String getSharedWith()
public CreateProfileShareRequest withSharedWith(String sharedWith)
sharedWith
- public void setClientRequestToken(String clientRequestToken)
clientRequestToken
- public String getClientRequestToken()
public CreateProfileShareRequest withClientRequestToken(String clientRequestToken)
clientRequestToken
- public String toString()
toString
in class Object
Object.toString()
public CreateProfileShareRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()