@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAssessmentFrameworkShareRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAssessmentFrameworkShareRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAssessmentFrameworkShareRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAction()
Specifies the update action for the share request.
|
String |
getRequestId()
The unique identifier for the share request.
|
String |
getRequestType()
Specifies whether the share request is a sent request or a received request.
|
int |
hashCode() |
void |
setAction(String action)
Specifies the update action for the share request.
|
void |
setRequestId(String requestId)
The unique identifier for the share request.
|
void |
setRequestType(String requestType)
Specifies whether the share request is a sent request or a received request.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAssessmentFrameworkShareRequest |
withAction(ShareRequestAction action)
Specifies the update action for the share request.
|
UpdateAssessmentFrameworkShareRequest |
withAction(String action)
Specifies the update action for the share request.
|
UpdateAssessmentFrameworkShareRequest |
withRequestId(String requestId)
The unique identifier for the share request.
|
UpdateAssessmentFrameworkShareRequest |
withRequestType(ShareRequestType requestType)
Specifies whether the share request is a sent request or a received request.
|
UpdateAssessmentFrameworkShareRequest |
withRequestType(String requestType)
Specifies whether the share request is a sent request or a received request.
|
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 UpdateAssessmentFrameworkShareRequest()
public void setRequestId(String requestId)
The unique identifier for the share request.
requestId
- The unique identifier for the share request.public String getRequestId()
The unique identifier for the share request.
public UpdateAssessmentFrameworkShareRequest withRequestId(String requestId)
The unique identifier for the share request.
requestId
- The unique identifier for the share request.public void setRequestType(String requestType)
Specifies whether the share request is a sent request or a received request.
requestType
- Specifies whether the share request is a sent request or a received request.ShareRequestType
public String getRequestType()
Specifies whether the share request is a sent request or a received request.
ShareRequestType
public UpdateAssessmentFrameworkShareRequest withRequestType(String requestType)
Specifies whether the share request is a sent request or a received request.
requestType
- Specifies whether the share request is a sent request or a received request.ShareRequestType
public UpdateAssessmentFrameworkShareRequest withRequestType(ShareRequestType requestType)
Specifies whether the share request is a sent request or a received request.
requestType
- Specifies whether the share request is a sent request or a received request.ShareRequestType
public void setAction(String action)
Specifies the update action for the share request.
action
- Specifies the update action for the share request.ShareRequestAction
public String getAction()
Specifies the update action for the share request.
ShareRequestAction
public UpdateAssessmentFrameworkShareRequest withAction(String action)
Specifies the update action for the share request.
action
- Specifies the update action for the share request.ShareRequestAction
public UpdateAssessmentFrameworkShareRequest withAction(ShareRequestAction action)
Specifies the update action for the share request.
action
- Specifies the update action for the share request.ShareRequestAction
public String toString()
toString
in class Object
Object.toString()
public UpdateAssessmentFrameworkShareRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()