@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateServerRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateServerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
EndpointDetails |
getEndpointDetails() |
String |
getEndpointType() |
IdentityProviderDetails |
getIdentityProviderDetails()
This response parameter is an array containing all of the information required to call a customer's
authentication API method.
|
String |
getLoggingRole()
Changes the AWS Identity and Access Management (IAM) role that allows Amazon S3 events to be logged in Amazon
CloudWatch, turning logging on or off.
|
String |
getServerId()
A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.
|
int |
hashCode() |
void |
setEndpointDetails(EndpointDetails endpointDetails) |
void |
setEndpointType(String endpointType) |
void |
setIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
This response parameter is an array containing all of the information required to call a customer's
authentication API method.
|
void |
setLoggingRole(String loggingRole)
Changes the AWS Identity and Access Management (IAM) role that allows Amazon S3 events to be logged in Amazon
CloudWatch, turning logging on or off.
|
void |
setServerId(String serverId)
A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.
|
String |
toString()
Returns a string representation of this object.
|
UpdateServerRequest |
withEndpointDetails(EndpointDetails endpointDetails) |
UpdateServerRequest |
withEndpointType(EndpointType endpointType) |
UpdateServerRequest |
withEndpointType(String endpointType) |
UpdateServerRequest |
withIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
This response parameter is an array containing all of the information required to call a customer's
authentication API method.
|
UpdateServerRequest |
withLoggingRole(String loggingRole)
Changes the AWS Identity and Access Management (IAM) role that allows Amazon S3 events to be logged in Amazon
CloudWatch, turning logging on or off.
|
UpdateServerRequest |
withServerId(String serverId)
A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.
|
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 setEndpointDetails(EndpointDetails endpointDetails)
endpointDetails
- public EndpointDetails getEndpointDetails()
public UpdateServerRequest withEndpointDetails(EndpointDetails endpointDetails)
endpointDetails
- public void setEndpointType(String endpointType)
endpointType
- EndpointType
public String getEndpointType()
EndpointType
public UpdateServerRequest withEndpointType(String endpointType)
endpointType
- EndpointType
public UpdateServerRequest withEndpointType(EndpointType endpointType)
endpointType
- EndpointType
public void setIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
This response parameter is an array containing all of the information required to call a customer's authentication API method.
identityProviderDetails
- This response parameter is an array containing all of the information required to call a customer's
authentication API method.public IdentityProviderDetails getIdentityProviderDetails()
This response parameter is an array containing all of the information required to call a customer's authentication API method.
public UpdateServerRequest withIdentityProviderDetails(IdentityProviderDetails identityProviderDetails)
This response parameter is an array containing all of the information required to call a customer's authentication API method.
identityProviderDetails
- This response parameter is an array containing all of the information required to call a customer's
authentication API method.public void setLoggingRole(String loggingRole)
Changes the AWS Identity and Access Management (IAM) role that allows Amazon S3 events to be logged in Amazon CloudWatch, turning logging on or off.
loggingRole
- Changes the AWS Identity and Access Management (IAM) role that allows Amazon S3 events to be logged in
Amazon CloudWatch, turning logging on or off.public String getLoggingRole()
Changes the AWS Identity and Access Management (IAM) role that allows Amazon S3 events to be logged in Amazon CloudWatch, turning logging on or off.
public UpdateServerRequest withLoggingRole(String loggingRole)
Changes the AWS Identity and Access Management (IAM) role that allows Amazon S3 events to be logged in Amazon CloudWatch, turning logging on or off.
loggingRole
- Changes the AWS Identity and Access Management (IAM) role that allows Amazon S3 events to be logged in
Amazon CloudWatch, turning logging on or off.public void setServerId(String serverId)
A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.
serverId
- A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.public String getServerId()
A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.
public UpdateServerRequest withServerId(String serverId)
A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.
serverId
- A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.public String toString()
toString
in class Object
Object.toString()
public UpdateServerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.