@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDelegatedAdminAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDelegatedAdminAccountResult() |
Modifier and Type | Method and Description |
---|---|
GetDelegatedAdminAccountResult |
clone() |
boolean |
equals(Object obj) |
DelegatedAdmin |
getDelegatedAdmin()
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
|
int |
hashCode() |
void |
setDelegatedAdmin(DelegatedAdmin delegatedAdmin)
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
|
String |
toString()
Returns a string representation of this object.
|
GetDelegatedAdminAccountResult |
withDelegatedAdmin(DelegatedAdmin delegatedAdmin)
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDelegatedAdmin(DelegatedAdmin delegatedAdmin)
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
delegatedAdmin
- The Amazon Web Services account ID of the Amazon Inspector delegated administrator.public DelegatedAdmin getDelegatedAdmin()
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
public GetDelegatedAdminAccountResult withDelegatedAdmin(DelegatedAdmin delegatedAdmin)
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
delegatedAdmin
- The Amazon Web Services account ID of the Amazon Inspector delegated administrator.public String toString()
toString
in class Object
Object.toString()
public GetDelegatedAdminAccountResult clone()