@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateWebsiteAuthorizationProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateWebsiteAuthorizationProviderRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateWebsiteAuthorizationProviderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuthorizationProviderType()
The authorization provider type.
|
String |
getDomainName()
The domain name of the authorization provider.
|
String |
getFleetArn()
The ARN of the fleet.
|
int |
hashCode() |
void |
setAuthorizationProviderType(String authorizationProviderType)
The authorization provider type.
|
void |
setDomainName(String domainName)
The domain name of the authorization provider.
|
void |
setFleetArn(String fleetArn)
The ARN of the fleet.
|
String |
toString()
Returns a string representation of this object.
|
AssociateWebsiteAuthorizationProviderRequest |
withAuthorizationProviderType(AuthorizationProviderType authorizationProviderType)
The authorization provider type.
|
AssociateWebsiteAuthorizationProviderRequest |
withAuthorizationProviderType(String authorizationProviderType)
The authorization provider type.
|
AssociateWebsiteAuthorizationProviderRequest |
withDomainName(String domainName)
The domain name of the authorization provider.
|
AssociateWebsiteAuthorizationProviderRequest |
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 AssociateWebsiteAuthorizationProviderRequest()
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 AssociateWebsiteAuthorizationProviderRequest withFleetArn(String fleetArn)
The ARN of the fleet.
fleetArn
- The ARN of the fleet.public void setAuthorizationProviderType(String authorizationProviderType)
The authorization provider type.
authorizationProviderType
- The authorization provider type.AuthorizationProviderType
public String getAuthorizationProviderType()
The authorization provider type.
AuthorizationProviderType
public AssociateWebsiteAuthorizationProviderRequest withAuthorizationProviderType(String authorizationProviderType)
The authorization provider type.
authorizationProviderType
- The authorization provider type.AuthorizationProviderType
public AssociateWebsiteAuthorizationProviderRequest withAuthorizationProviderType(AuthorizationProviderType authorizationProviderType)
The authorization provider type.
authorizationProviderType
- The authorization provider type.AuthorizationProviderType
public void setDomainName(String domainName)
The domain name of the authorization provider. This applies only to SAML-based authorization providers.
domainName
- The domain name of the authorization provider. This applies only to SAML-based authorization providers.public String getDomainName()
The domain name of the authorization provider. This applies only to SAML-based authorization providers.
public AssociateWebsiteAuthorizationProviderRequest withDomainName(String domainName)
The domain name of the authorization provider. This applies only to SAML-based authorization providers.
domainName
- The domain name of the authorization provider. This applies only to SAML-based authorization providers.public String toString()
toString
in class Object
Object.toString()
public AssociateWebsiteAuthorizationProviderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()