@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartAssessmentFrameworkShareResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartAssessmentFrameworkShareResult() |
Modifier and Type | Method and Description |
---|---|
StartAssessmentFrameworkShareResult |
clone() |
boolean |
equals(Object obj) |
AssessmentFrameworkShareRequest |
getAssessmentFrameworkShareRequest()
The share request that's created by the
StartAssessmentFrameworkShare API. |
int |
hashCode() |
void |
setAssessmentFrameworkShareRequest(AssessmentFrameworkShareRequest assessmentFrameworkShareRequest)
The share request that's created by the
StartAssessmentFrameworkShare API. |
String |
toString()
Returns a string representation of this object.
|
StartAssessmentFrameworkShareResult |
withAssessmentFrameworkShareRequest(AssessmentFrameworkShareRequest assessmentFrameworkShareRequest)
The share request that's created by the
StartAssessmentFrameworkShare API. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAssessmentFrameworkShareRequest(AssessmentFrameworkShareRequest assessmentFrameworkShareRequest)
The share request that's created by the StartAssessmentFrameworkShare
API.
assessmentFrameworkShareRequest
- The share request that's created by the StartAssessmentFrameworkShare
API.public AssessmentFrameworkShareRequest getAssessmentFrameworkShareRequest()
The share request that's created by the StartAssessmentFrameworkShare
API.
StartAssessmentFrameworkShare
API.public StartAssessmentFrameworkShareResult withAssessmentFrameworkShareRequest(AssessmentFrameworkShareRequest assessmentFrameworkShareRequest)
The share request that's created by the StartAssessmentFrameworkShare
API.
assessmentFrameworkShareRequest
- The share request that's created by the StartAssessmentFrameworkShare
API.public String toString()
toString
in class Object
Object.toString()
public StartAssessmentFrameworkShareResult clone()