@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEffectivePoliciesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetEffectivePoliciesRequest() |
Modifier and Type | Method and Description |
---|---|
GetEffectivePoliciesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCognitoIdentityPoolId()
The Cognito identity pool ID.
|
String |
getPrincipal()
The principal.
|
String |
getThingName()
The thing name.
|
int |
hashCode() |
void |
setCognitoIdentityPoolId(String cognitoIdentityPoolId)
The Cognito identity pool ID.
|
void |
setPrincipal(String principal)
The principal.
|
void |
setThingName(String thingName)
The thing name.
|
String |
toString()
Returns a string representation of this object.
|
GetEffectivePoliciesRequest |
withCognitoIdentityPoolId(String cognitoIdentityPoolId)
The Cognito identity pool ID.
|
GetEffectivePoliciesRequest |
withPrincipal(String principal)
The principal.
|
GetEffectivePoliciesRequest |
withThingName(String thingName)
The thing name.
|
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 setPrincipal(String principal)
The principal.
principal
- The principal.public String getPrincipal()
The principal.
public GetEffectivePoliciesRequest withPrincipal(String principal)
The principal.
principal
- The principal.public void setCognitoIdentityPoolId(String cognitoIdentityPoolId)
The Cognito identity pool ID.
cognitoIdentityPoolId
- The Cognito identity pool ID.public String getCognitoIdentityPoolId()
The Cognito identity pool ID.
public GetEffectivePoliciesRequest withCognitoIdentityPoolId(String cognitoIdentityPoolId)
The Cognito identity pool ID.
cognitoIdentityPoolId
- The Cognito identity pool ID.public void setThingName(String thingName)
The thing name.
thingName
- The thing name.public String getThingName()
The thing name.
public GetEffectivePoliciesRequest withThingName(String thingName)
The thing name.
thingName
- The thing name.public String toString()
toString
in class Object
Object.toString()
public GetEffectivePoliciesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.