@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServiceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateServiceRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateServiceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuthType()
The type of IAM policy.
|
String |
getCertificateArn()
The Amazon Resource Name (ARN) of the certificate.
|
String |
getServiceIdentifier()
The ID or Amazon Resource Name (ARN) of the service.
|
int |
hashCode() |
void |
setAuthType(String authType)
The type of IAM policy.
|
void |
setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
void |
setServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
|
String |
toString()
Returns a string representation of this object.
|
UpdateServiceRequest |
withAuthType(AuthType authType)
The type of IAM policy.
|
UpdateServiceRequest |
withAuthType(String authType)
The type of IAM policy.
|
UpdateServiceRequest |
withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
UpdateServiceRequest |
withServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the 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 setAuthType(String authType)
The type of IAM policy.
NONE
: The resource does not use an IAM policy. This is the default.
AWS_IAM
: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy
is required.
authType
- The type of IAM policy.
NONE
: The resource does not use an IAM policy. This is the default.
AWS_IAM
: The resource uses an IAM policy. When this type is used, auth is enabled and an auth
policy is required.
AuthType
public String getAuthType()
The type of IAM policy.
NONE
: The resource does not use an IAM policy. This is the default.
AWS_IAM
: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy
is required.
NONE
: The resource does not use an IAM policy. This is the default.
AWS_IAM
: The resource uses an IAM policy. When this type is used, auth is enabled and an
auth policy is required.
AuthType
public UpdateServiceRequest withAuthType(String authType)
The type of IAM policy.
NONE
: The resource does not use an IAM policy. This is the default.
AWS_IAM
: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy
is required.
authType
- The type of IAM policy.
NONE
: The resource does not use an IAM policy. This is the default.
AWS_IAM
: The resource uses an IAM policy. When this type is used, auth is enabled and an auth
policy is required.
AuthType
public UpdateServiceRequest withAuthType(AuthType authType)
The type of IAM policy.
NONE
: The resource does not use an IAM policy. This is the default.
AWS_IAM
: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy
is required.
authType
- The type of IAM policy.
NONE
: The resource does not use an IAM policy. This is the default.
AWS_IAM
: The resource uses an IAM policy. When this type is used, auth is enabled and an auth
policy is required.
AuthType
public void setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
certificateArn
- The Amazon Resource Name (ARN) of the certificate.public String getCertificateArn()
The Amazon Resource Name (ARN) of the certificate.
public UpdateServiceRequest withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
certificateArn
- The Amazon Resource Name (ARN) of the certificate.public void setServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
serviceIdentifier
- The ID or Amazon Resource Name (ARN) of the service.public String getServiceIdentifier()
The ID or Amazon Resource Name (ARN) of the service.
public UpdateServiceRequest withServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
serviceIdentifier
- The ID or Amazon Resource Name (ARN) of the service.public String toString()
toString
in class Object
Object.toString()
public UpdateServiceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()