@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteProfileShareRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteProfileShareRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteProfileShareRequest |
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 |
getShareId() |
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken) |
void |
setProfileArn(String profileArn)
The profile ARN.
|
void |
setShareId(String shareId) |
String |
toString()
Returns a string representation of this object.
|
DeleteProfileShareRequest |
withClientRequestToken(String clientRequestToken) |
DeleteProfileShareRequest |
withProfileArn(String profileArn)
The profile ARN.
|
DeleteProfileShareRequest |
withShareId(String shareId) |
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 setShareId(String shareId)
shareId
- public String getShareId()
public DeleteProfileShareRequest withShareId(String shareId)
shareId
- public void setProfileArn(String profileArn)
The profile ARN.
profileArn
- The profile ARN.public String getProfileArn()
The profile ARN.
public DeleteProfileShareRequest withProfileArn(String profileArn)
The profile ARN.
profileArn
- The profile ARN.public void setClientRequestToken(String clientRequestToken)
clientRequestToken
- public String getClientRequestToken()
public DeleteProfileShareRequest withClientRequestToken(String clientRequestToken)
clientRequestToken
- public String toString()
toString
in class Object
Object.toString()
public DeleteProfileShareRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()