@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAuthPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAuthPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
GetAuthPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResourceIdentifier()
The ID or Amazon Resource Name (ARN) of the service network or service.
|
int |
hashCode() |
void |
setResourceIdentifier(String resourceIdentifier)
The ID or Amazon Resource Name (ARN) of the service network or service.
|
String |
toString()
Returns a string representation of this object.
|
GetAuthPolicyRequest |
withResourceIdentifier(String resourceIdentifier)
The ID or Amazon Resource Name (ARN) of the service network or service.
|
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 setResourceIdentifier(String resourceIdentifier)
The ID or Amazon Resource Name (ARN) of the service network or service.
resourceIdentifier
- The ID or Amazon Resource Name (ARN) of the service network or service.public String getResourceIdentifier()
The ID or Amazon Resource Name (ARN) of the service network or service.
public GetAuthPolicyRequest withResourceIdentifier(String resourceIdentifier)
The ID or Amazon Resource Name (ARN) of the service network or service.
resourceIdentifier
- The ID or Amazon Resource Name (ARN) of the service network or service.public String toString()
toString
in class Object
Object.toString()
public GetAuthPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()