@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGraphqlApiRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateGraphqlApiRequest() |
Modifier and Type | Method and Description |
---|---|
CreateGraphqlApiRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuthenticationType()
The authentication type: API key, IAM, or Amazon Cognito User Pools.
|
LogConfig |
getLogConfig()
The Amazon CloudWatch logs configuration.
|
String |
getName()
A user-supplied name for the
GraphqlApi . |
OpenIDConnectConfig |
getOpenIDConnectConfig()
The Open Id Connect configuration configuration.
|
UserPoolConfig |
getUserPoolConfig()
The Amazon Cognito User Pool configuration.
|
int |
hashCode() |
void |
setAuthenticationType(String authenticationType)
The authentication type: API key, IAM, or Amazon Cognito User Pools.
|
void |
setLogConfig(LogConfig logConfig)
The Amazon CloudWatch logs configuration.
|
void |
setName(String name)
A user-supplied name for the
GraphqlApi . |
void |
setOpenIDConnectConfig(OpenIDConnectConfig openIDConnectConfig)
The Open Id Connect configuration configuration.
|
void |
setUserPoolConfig(UserPoolConfig userPoolConfig)
The Amazon Cognito User Pool configuration.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateGraphqlApiRequest |
withAuthenticationType(AuthenticationType authenticationType)
The authentication type: API key, IAM, or Amazon Cognito User Pools.
|
CreateGraphqlApiRequest |
withAuthenticationType(String authenticationType)
The authentication type: API key, IAM, or Amazon Cognito User Pools.
|
CreateGraphqlApiRequest |
withLogConfig(LogConfig logConfig)
The Amazon CloudWatch logs configuration.
|
CreateGraphqlApiRequest |
withName(String name)
A user-supplied name for the
GraphqlApi . |
CreateGraphqlApiRequest |
withOpenIDConnectConfig(OpenIDConnectConfig openIDConnectConfig)
The Open Id Connect configuration configuration.
|
CreateGraphqlApiRequest |
withUserPoolConfig(UserPoolConfig userPoolConfig)
The Amazon Cognito User Pool configuration.
|
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 setName(String name)
A user-supplied name for the GraphqlApi
.
name
- A user-supplied name for the GraphqlApi
.public String getName()
A user-supplied name for the GraphqlApi
.
GraphqlApi
.public CreateGraphqlApiRequest withName(String name)
A user-supplied name for the GraphqlApi
.
name
- A user-supplied name for the GraphqlApi
.public void setLogConfig(LogConfig logConfig)
The Amazon CloudWatch logs configuration.
logConfig
- The Amazon CloudWatch logs configuration.public LogConfig getLogConfig()
The Amazon CloudWatch logs configuration.
public CreateGraphqlApiRequest withLogConfig(LogConfig logConfig)
The Amazon CloudWatch logs configuration.
logConfig
- The Amazon CloudWatch logs configuration.public void setAuthenticationType(String authenticationType)
The authentication type: API key, IAM, or Amazon Cognito User Pools.
authenticationType
- The authentication type: API key, IAM, or Amazon Cognito User Pools.AuthenticationType
public String getAuthenticationType()
The authentication type: API key, IAM, or Amazon Cognito User Pools.
AuthenticationType
public CreateGraphqlApiRequest withAuthenticationType(String authenticationType)
The authentication type: API key, IAM, or Amazon Cognito User Pools.
authenticationType
- The authentication type: API key, IAM, or Amazon Cognito User Pools.AuthenticationType
public CreateGraphqlApiRequest withAuthenticationType(AuthenticationType authenticationType)
The authentication type: API key, IAM, or Amazon Cognito User Pools.
authenticationType
- The authentication type: API key, IAM, or Amazon Cognito User Pools.AuthenticationType
public void setUserPoolConfig(UserPoolConfig userPoolConfig)
The Amazon Cognito User Pool configuration.
userPoolConfig
- The Amazon Cognito User Pool configuration.public UserPoolConfig getUserPoolConfig()
The Amazon Cognito User Pool configuration.
public CreateGraphqlApiRequest withUserPoolConfig(UserPoolConfig userPoolConfig)
The Amazon Cognito User Pool configuration.
userPoolConfig
- The Amazon Cognito User Pool configuration.public void setOpenIDConnectConfig(OpenIDConnectConfig openIDConnectConfig)
The Open Id Connect configuration configuration.
openIDConnectConfig
- The Open Id Connect configuration configuration.public OpenIDConnectConfig getOpenIDConnectConfig()
The Open Id Connect configuration configuration.
public CreateGraphqlApiRequest withOpenIDConnectConfig(OpenIDConnectConfig openIDConnectConfig)
The Open Id Connect configuration configuration.
openIDConnectConfig
- The Open Id Connect configuration configuration.public String toString()
toString
in class Object
Object.toString()
public CreateGraphqlApiRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.