@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBackendStorageResourceConfig extends Object implements Serializable, Cloneable, StructuredPojo
The resource configuration for updating backend storage.
Constructor and Description |
---|
UpdateBackendStorageResourceConfig() |
Modifier and Type | Method and Description |
---|---|
UpdateBackendStorageResourceConfig |
clone() |
boolean |
equals(Object obj) |
BackendStoragePermissions |
getPermissions()
The authorization configuration for the storage S3 bucket.
|
String |
getServiceName()
The name of the storage service.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPermissions(BackendStoragePermissions permissions)
The authorization configuration for the storage S3 bucket.
|
void |
setServiceName(String serviceName)
The name of the storage service.
|
String |
toString()
Returns a string representation of this object.
|
UpdateBackendStorageResourceConfig |
withPermissions(BackendStoragePermissions permissions)
The authorization configuration for the storage S3 bucket.
|
UpdateBackendStorageResourceConfig |
withServiceName(ServiceName serviceName)
The name of the storage service.
|
UpdateBackendStorageResourceConfig |
withServiceName(String serviceName)
The name of the storage service.
|
public void setPermissions(BackendStoragePermissions permissions)
The authorization configuration for the storage S3 bucket.
permissions
- The authorization configuration for the storage S3 bucket.public BackendStoragePermissions getPermissions()
The authorization configuration for the storage S3 bucket.
public UpdateBackendStorageResourceConfig withPermissions(BackendStoragePermissions permissions)
The authorization configuration for the storage S3 bucket.
permissions
- The authorization configuration for the storage S3 bucket.public void setServiceName(String serviceName)
The name of the storage service.
serviceName
- The name of the storage service.ServiceName
public String getServiceName()
The name of the storage service.
ServiceName
public UpdateBackendStorageResourceConfig withServiceName(String serviceName)
The name of the storage service.
serviceName
- The name of the storage service.ServiceName
public UpdateBackendStorageResourceConfig withServiceName(ServiceName serviceName)
The name of the storage service.
serviceName
- The name of the storage service.ServiceName
public String toString()
toString
in class Object
Object.toString()
public UpdateBackendStorageResourceConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.