@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccessControlEffectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAccessControlEffectRequest() |
Modifier and Type | Method and Description |
---|---|
GetAccessControlEffectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAction()
The access protocol action.
|
String |
getIpAddress()
The IPv4 address.
|
String |
getOrganizationId()
The identifier for the organization.
|
String |
getUserId()
The user ID.
|
int |
hashCode() |
void |
setAction(String action)
The access protocol action.
|
void |
setIpAddress(String ipAddress)
The IPv4 address.
|
void |
setOrganizationId(String organizationId)
The identifier for the organization.
|
void |
setUserId(String userId)
The user ID.
|
String |
toString()
Returns a string representation of this object.
|
GetAccessControlEffectRequest |
withAction(String action)
The access protocol action.
|
GetAccessControlEffectRequest |
withIpAddress(String ipAddress)
The IPv4 address.
|
GetAccessControlEffectRequest |
withOrganizationId(String organizationId)
The identifier for the organization.
|
GetAccessControlEffectRequest |
withUserId(String userId)
The user ID.
|
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 setOrganizationId(String organizationId)
The identifier for the organization.
organizationId
- The identifier for the organization.public String getOrganizationId()
The identifier for the organization.
public GetAccessControlEffectRequest withOrganizationId(String organizationId)
The identifier for the organization.
organizationId
- The identifier for the organization.public void setIpAddress(String ipAddress)
The IPv4 address.
ipAddress
- The IPv4 address.public String getIpAddress()
The IPv4 address.
public GetAccessControlEffectRequest withIpAddress(String ipAddress)
The IPv4 address.
ipAddress
- The IPv4 address.public void setAction(String action)
The access protocol action. Valid values include ActiveSync
, AutoDiscover
,
EWS
, IMAP
, SMTP
, WindowsOutlook
, and WebMail
.
action
- The access protocol action. Valid values include ActiveSync
, AutoDiscover
,
EWS
, IMAP
, SMTP
, WindowsOutlook
, and
WebMail
.public String getAction()
The access protocol action. Valid values include ActiveSync
, AutoDiscover
,
EWS
, IMAP
, SMTP
, WindowsOutlook
, and WebMail
.
ActiveSync
, AutoDiscover
,
EWS
, IMAP
, SMTP
, WindowsOutlook
, and
WebMail
.public GetAccessControlEffectRequest withAction(String action)
The access protocol action. Valid values include ActiveSync
, AutoDiscover
,
EWS
, IMAP
, SMTP
, WindowsOutlook
, and WebMail
.
action
- The access protocol action. Valid values include ActiveSync
, AutoDiscover
,
EWS
, IMAP
, SMTP
, WindowsOutlook
, and
WebMail
.public void setUserId(String userId)
The user ID.
userId
- The user ID.public String getUserId()
The user ID.
public GetAccessControlEffectRequest withUserId(String userId)
The user ID.
userId
- The user ID.public String toString()
toString
in class Object
Object.toString()
public GetAccessControlEffectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()