@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAgreementRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateAgreementRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAgreementRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAccessRole()
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that grants access to at least
the
HomeDirectory of your users' Amazon S3 buckets. |
String |
getAgreementId()
A unique identifier for the agreement.
|
String |
getBaseDirectory()
To change the landing directory (folder) for files that are transferred, provide the bucket folder that you want
to use; for example,
/DOC-EXAMPLE-BUCKET/home/mydirectory . |
String |
getDescription()
To replace the existing description, provide a short description for the agreement.
|
String |
getLocalProfileId()
To change the local profile identifier, provide a new value here.
|
String |
getPartnerProfileId()
To change the partner profile identifier, provide a new value here.
|
String |
getServerId()
A system-assigned unique identifier for a server instance.
|
String |
getStatus()
You can update the status for the agreement, either activating an inactive agreement or the reverse.
|
int |
hashCode() |
void |
setAccessRole(String accessRole)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that grants access to at least
the
HomeDirectory of your users' Amazon S3 buckets. |
void |
setAgreementId(String agreementId)
A unique identifier for the agreement.
|
void |
setBaseDirectory(String baseDirectory)
To change the landing directory (folder) for files that are transferred, provide the bucket folder that you want
to use; for example,
/DOC-EXAMPLE-BUCKET/home/mydirectory . |
void |
setDescription(String description)
To replace the existing description, provide a short description for the agreement.
|
void |
setLocalProfileId(String localProfileId)
To change the local profile identifier, provide a new value here.
|
void |
setPartnerProfileId(String partnerProfileId)
To change the partner profile identifier, provide a new value here.
|
void |
setServerId(String serverId)
A system-assigned unique identifier for a server instance.
|
void |
setStatus(String status)
You can update the status for the agreement, either activating an inactive agreement or the reverse.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAgreementRequest |
withAccessRole(String accessRole)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that grants access to at least
the
HomeDirectory of your users' Amazon S3 buckets. |
UpdateAgreementRequest |
withAgreementId(String agreementId)
A unique identifier for the agreement.
|
UpdateAgreementRequest |
withBaseDirectory(String baseDirectory)
To change the landing directory (folder) for files that are transferred, provide the bucket folder that you want
to use; for example,
/DOC-EXAMPLE-BUCKET/home/mydirectory . |
UpdateAgreementRequest |
withDescription(String description)
To replace the existing description, provide a short description for the agreement.
|
UpdateAgreementRequest |
withLocalProfileId(String localProfileId)
To change the local profile identifier, provide a new value here.
|
UpdateAgreementRequest |
withPartnerProfileId(String partnerProfileId)
To change the partner profile identifier, provide a new value here.
|
UpdateAgreementRequest |
withServerId(String serverId)
A system-assigned unique identifier for a server instance.
|
UpdateAgreementRequest |
withStatus(AgreementStatusType status)
You can update the status for the agreement, either activating an inactive agreement or the reverse.
|
UpdateAgreementRequest |
withStatus(String status)
You can update the status for the agreement, either activating an inactive agreement or the reverse.
|
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, withSdkRequestTimeoutpublic void setAgreementId(String agreementId)
A unique identifier for the agreement. This identifier is returned when you create an agreement.
agreementId - A unique identifier for the agreement. This identifier is returned when you create an agreement.public String getAgreementId()
A unique identifier for the agreement. This identifier is returned when you create an agreement.
public UpdateAgreementRequest withAgreementId(String agreementId)
A unique identifier for the agreement. This identifier is returned when you create an agreement.
agreementId - A unique identifier for the agreement. This identifier is returned when you create an agreement.public void setServerId(String serverId)
A system-assigned unique identifier for a server instance. This is the specific server that the agreement uses.
serverId - A system-assigned unique identifier for a server instance. This is the specific server that the agreement
uses.public String getServerId()
A system-assigned unique identifier for a server instance. This is the specific server that the agreement uses.
public UpdateAgreementRequest withServerId(String serverId)
A system-assigned unique identifier for a server instance. This is the specific server that the agreement uses.
serverId - A system-assigned unique identifier for a server instance. This is the specific server that the agreement
uses.public void setDescription(String description)
To replace the existing description, provide a short description for the agreement.
description - To replace the existing description, provide a short description for the agreement.public String getDescription()
To replace the existing description, provide a short description for the agreement.
public UpdateAgreementRequest withDescription(String description)
To replace the existing description, provide a short description for the agreement.
description - To replace the existing description, provide a short description for the agreement.public void setStatus(String status)
You can update the status for the agreement, either activating an inactive agreement or the reverse.
status - You can update the status for the agreement, either activating an inactive agreement or the reverse.AgreementStatusTypepublic String getStatus()
You can update the status for the agreement, either activating an inactive agreement or the reverse.
AgreementStatusTypepublic UpdateAgreementRequest withStatus(String status)
You can update the status for the agreement, either activating an inactive agreement or the reverse.
status - You can update the status for the agreement, either activating an inactive agreement or the reverse.AgreementStatusTypepublic UpdateAgreementRequest withStatus(AgreementStatusType status)
You can update the status for the agreement, either activating an inactive agreement or the reverse.
status - You can update the status for the agreement, either activating an inactive agreement or the reverse.AgreementStatusTypepublic void setLocalProfileId(String localProfileId)
To change the local profile identifier, provide a new value here.
localProfileId - To change the local profile identifier, provide a new value here.public String getLocalProfileId()
To change the local profile identifier, provide a new value here.
public UpdateAgreementRequest withLocalProfileId(String localProfileId)
To change the local profile identifier, provide a new value here.
localProfileId - To change the local profile identifier, provide a new value here.public void setPartnerProfileId(String partnerProfileId)
To change the partner profile identifier, provide a new value here.
partnerProfileId - To change the partner profile identifier, provide a new value here.public String getPartnerProfileId()
To change the partner profile identifier, provide a new value here.
public UpdateAgreementRequest withPartnerProfileId(String partnerProfileId)
To change the partner profile identifier, provide a new value here.
partnerProfileId - To change the partner profile identifier, provide a new value here.public void setBaseDirectory(String baseDirectory)
To change the landing directory (folder) for files that are transferred, provide the bucket folder that you want
to use; for example, /DOC-EXAMPLE-BUCKET/home/mydirectory .
baseDirectory - To change the landing directory (folder) for files that are transferred, provide the bucket folder that
you want to use; for example, /DOC-EXAMPLE-BUCKET/home/mydirectory .public String getBaseDirectory()
To change the landing directory (folder) for files that are transferred, provide the bucket folder that you want
to use; for example, /DOC-EXAMPLE-BUCKET/home/mydirectory .
/DOC-EXAMPLE-BUCKET/home/mydirectory .public UpdateAgreementRequest withBaseDirectory(String baseDirectory)
To change the landing directory (folder) for files that are transferred, provide the bucket folder that you want
to use; for example, /DOC-EXAMPLE-BUCKET/home/mydirectory .
baseDirectory - To change the landing directory (folder) for files that are transferred, provide the bucket folder that
you want to use; for example, /DOC-EXAMPLE-BUCKET/home/mydirectory .public void setAccessRole(String accessRole)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that grants access to at least
the HomeDirectory of your users' Amazon S3 buckets.
accessRole - The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that grants access to at
least the HomeDirectory of your users' Amazon S3 buckets.public String getAccessRole()
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that grants access to at least
the HomeDirectory of your users' Amazon S3 buckets.
HomeDirectory of your users' Amazon S3 buckets.public UpdateAgreementRequest withAccessRole(String accessRole)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that grants access to at least
the HomeDirectory of your users' Amazon S3 buckets.
accessRole - The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that grants access to at
least the HomeDirectory of your users' Amazon S3 buckets.public String toString()
toString in class ObjectObject.toString()public UpdateAgreementRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.