@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGraphqlApiRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateGraphqlApiRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateGraphqlApiRequest |
clone() |
boolean |
equals(Object obj) |
String |
getApiId()
The API ID.
|
String |
getAuthenticationType()
The new authentication type for the
GraphqlApi object. |
LogConfig |
getLogConfig()
The Amazon CloudWatch Logs configuration for the
GraphqlApi object. |
String |
getName()
The new name for the
GraphqlApi object. |
OpenIDConnectConfig |
getOpenIDConnectConfig()
The OpenID Connect configuration for the
GraphqlApi object. |
UserPoolConfig |
getUserPoolConfig()
The new Amazon Cognito user pool configuration for the
GraphqlApi object. |
int |
hashCode() |
void |
setApiId(String apiId)
The API ID.
|
void |
setAuthenticationType(String authenticationType)
The new authentication type for the
GraphqlApi object. |
void |
setLogConfig(LogConfig logConfig)
The Amazon CloudWatch Logs configuration for the
GraphqlApi object. |
void |
setName(String name)
The new name for the
GraphqlApi object. |
void |
setOpenIDConnectConfig(OpenIDConnectConfig openIDConnectConfig)
The OpenID Connect configuration for the
GraphqlApi object. |
void |
setUserPoolConfig(UserPoolConfig userPoolConfig)
The new Amazon Cognito user pool configuration for the
GraphqlApi object. |
String |
toString()
Returns a string representation of this object.
|
UpdateGraphqlApiRequest |
withApiId(String apiId)
The API ID.
|
UpdateGraphqlApiRequest |
withAuthenticationType(AuthenticationType authenticationType)
The new authentication type for the
GraphqlApi object. |
UpdateGraphqlApiRequest |
withAuthenticationType(String authenticationType)
The new authentication type for the
GraphqlApi object. |
UpdateGraphqlApiRequest |
withLogConfig(LogConfig logConfig)
The Amazon CloudWatch Logs configuration for the
GraphqlApi object. |
UpdateGraphqlApiRequest |
withName(String name)
The new name for the
GraphqlApi object. |
UpdateGraphqlApiRequest |
withOpenIDConnectConfig(OpenIDConnectConfig openIDConnectConfig)
The OpenID Connect configuration for the
GraphqlApi object. |
UpdateGraphqlApiRequest |
withUserPoolConfig(UserPoolConfig userPoolConfig)
The new Amazon Cognito user pool configuration for the
GraphqlApi object. |
addHandlerContext, copyBaseTo, 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 setApiId(String apiId)
The API ID.
apiId
- The API ID.public String getApiId()
The API ID.
public UpdateGraphqlApiRequest withApiId(String apiId)
The API ID.
apiId
- The API ID.public void setName(String name)
The new name for the GraphqlApi
object.
name
- The new name for the GraphqlApi
object.public String getName()
The new name for the GraphqlApi
object.
GraphqlApi
object.public UpdateGraphqlApiRequest withName(String name)
The new name for the GraphqlApi
object.
name
- The new name for the GraphqlApi
object.public void setLogConfig(LogConfig logConfig)
The Amazon CloudWatch Logs configuration for the GraphqlApi
object.
logConfig
- The Amazon CloudWatch Logs configuration for the GraphqlApi
object.public LogConfig getLogConfig()
The Amazon CloudWatch Logs configuration for the GraphqlApi
object.
GraphqlApi
object.public UpdateGraphqlApiRequest withLogConfig(LogConfig logConfig)
The Amazon CloudWatch Logs configuration for the GraphqlApi
object.
logConfig
- The Amazon CloudWatch Logs configuration for the GraphqlApi
object.public void setAuthenticationType(String authenticationType)
The new authentication type for the GraphqlApi
object.
authenticationType
- The new authentication type for the GraphqlApi
object.AuthenticationType
public String getAuthenticationType()
The new authentication type for the GraphqlApi
object.
GraphqlApi
object.AuthenticationType
public UpdateGraphqlApiRequest withAuthenticationType(String authenticationType)
The new authentication type for the GraphqlApi
object.
authenticationType
- The new authentication type for the GraphqlApi
object.AuthenticationType
public UpdateGraphqlApiRequest withAuthenticationType(AuthenticationType authenticationType)
The new authentication type for the GraphqlApi
object.
authenticationType
- The new authentication type for the GraphqlApi
object.AuthenticationType
public void setUserPoolConfig(UserPoolConfig userPoolConfig)
The new Amazon Cognito user pool configuration for the GraphqlApi
object.
userPoolConfig
- The new Amazon Cognito user pool configuration for the GraphqlApi
object.public UserPoolConfig getUserPoolConfig()
The new Amazon Cognito user pool configuration for the GraphqlApi
object.
GraphqlApi
object.public UpdateGraphqlApiRequest withUserPoolConfig(UserPoolConfig userPoolConfig)
The new Amazon Cognito user pool configuration for the GraphqlApi
object.
userPoolConfig
- The new Amazon Cognito user pool configuration for the GraphqlApi
object.public void setOpenIDConnectConfig(OpenIDConnectConfig openIDConnectConfig)
The OpenID Connect configuration for the GraphqlApi
object.
openIDConnectConfig
- The OpenID Connect configuration for the GraphqlApi
object.public OpenIDConnectConfig getOpenIDConnectConfig()
The OpenID Connect configuration for the GraphqlApi
object.
GraphqlApi
object.public UpdateGraphqlApiRequest withOpenIDConnectConfig(OpenIDConnectConfig openIDConnectConfig)
The OpenID Connect configuration for the GraphqlApi
object.
openIDConnectConfig
- The OpenID Connect configuration for the GraphqlApi
object.public String toString()
toString
in class Object
Object.toString()
public UpdateGraphqlApiRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.