@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateWebsiteAuthorizationProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateWebsiteAuthorizationProviderRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateWebsiteAuthorizationProviderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuthorizationProviderId()
A unique identifier for the authorization provider.
|
String |
getFleetArn()
The ARN of the fleet.
|
int |
hashCode() |
void |
setAuthorizationProviderId(String authorizationProviderId)
A unique identifier for the authorization provider.
|
void |
setFleetArn(String fleetArn)
The ARN of the fleet.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateWebsiteAuthorizationProviderRequest |
withAuthorizationProviderId(String authorizationProviderId)
A unique identifier for the authorization provider.
|
DisassociateWebsiteAuthorizationProviderRequest |
withFleetArn(String fleetArn)
The ARN of the fleet.
|
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 DisassociateWebsiteAuthorizationProviderRequest()
public void setFleetArn(String fleetArn)
The ARN of the fleet.
fleetArn
- The ARN of the fleet.public String getFleetArn()
The ARN of the fleet.
public DisassociateWebsiteAuthorizationProviderRequest withFleetArn(String fleetArn)
The ARN of the fleet.
fleetArn
- The ARN of the fleet.public void setAuthorizationProviderId(String authorizationProviderId)
A unique identifier for the authorization provider.
authorizationProviderId
- A unique identifier for the authorization provider.public String getAuthorizationProviderId()
A unique identifier for the authorization provider.
public DisassociateWebsiteAuthorizationProviderRequest withAuthorizationProviderId(String authorizationProviderId)
A unique identifier for the authorization provider.
authorizationProviderId
- A unique identifier for the authorization provider.public String toString()
toString
in class Object
Object.toString()
public DisassociateWebsiteAuthorizationProviderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()