@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccessPointForObjectLambdaResult extends AmazonWebServiceResult<S3ControlResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAccessPointForObjectLambdaResult() |
Modifier and Type | Method and Description |
---|---|
GetAccessPointForObjectLambdaResult |
clone() |
boolean |
equals(Object obj) |
ObjectLambdaAccessPointAlias |
getAlias()
The alias of the Object Lambda Access Point.
|
Date |
getCreationDate()
The date and time when the specified Object Lambda Access Point was created.
|
String |
getName()
The name of the Object Lambda Access Point.
|
PublicAccessBlockConfiguration |
getPublicAccessBlockConfiguration()
Configuration to block all public access.
|
int |
hashCode() |
void |
setAlias(ObjectLambdaAccessPointAlias alias)
The alias of the Object Lambda Access Point.
|
void |
setCreationDate(Date creationDate)
The date and time when the specified Object Lambda Access Point was created.
|
void |
setName(String name)
The name of the Object Lambda Access Point.
|
void |
setPublicAccessBlockConfiguration(PublicAccessBlockConfiguration publicAccessBlockConfiguration)
Configuration to block all public access.
|
String |
toString()
Returns a string representation of this object.
|
GetAccessPointForObjectLambdaResult |
withAlias(ObjectLambdaAccessPointAlias alias)
The alias of the Object Lambda Access Point.
|
GetAccessPointForObjectLambdaResult |
withCreationDate(Date creationDate)
The date and time when the specified Object Lambda Access Point was created.
|
GetAccessPointForObjectLambdaResult |
withName(String name)
The name of the Object Lambda Access Point.
|
GetAccessPointForObjectLambdaResult |
withPublicAccessBlockConfiguration(PublicAccessBlockConfiguration publicAccessBlockConfiguration)
Configuration to block all public access.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the Object Lambda Access Point.
name
- The name of the Object Lambda Access Point.public String getName()
The name of the Object Lambda Access Point.
public GetAccessPointForObjectLambdaResult withName(String name)
The name of the Object Lambda Access Point.
name
- The name of the Object Lambda Access Point.public void setPublicAccessBlockConfiguration(PublicAccessBlockConfiguration publicAccessBlockConfiguration)
Configuration to block all public access. This setting is turned on and can not be edited.
publicAccessBlockConfiguration
- Configuration to block all public access. This setting is turned on and can not be edited.public PublicAccessBlockConfiguration getPublicAccessBlockConfiguration()
Configuration to block all public access. This setting is turned on and can not be edited.
public GetAccessPointForObjectLambdaResult withPublicAccessBlockConfiguration(PublicAccessBlockConfiguration publicAccessBlockConfiguration)
Configuration to block all public access. This setting is turned on and can not be edited.
publicAccessBlockConfiguration
- Configuration to block all public access. This setting is turned on and can not be edited.public void setCreationDate(Date creationDate)
The date and time when the specified Object Lambda Access Point was created.
creationDate
- The date and time when the specified Object Lambda Access Point was created.public Date getCreationDate()
The date and time when the specified Object Lambda Access Point was created.
public GetAccessPointForObjectLambdaResult withCreationDate(Date creationDate)
The date and time when the specified Object Lambda Access Point was created.
creationDate
- The date and time when the specified Object Lambda Access Point was created.public void setAlias(ObjectLambdaAccessPointAlias alias)
The alias of the Object Lambda Access Point.
alias
- The alias of the Object Lambda Access Point.public ObjectLambdaAccessPointAlias getAlias()
The alias of the Object Lambda Access Point.
public GetAccessPointForObjectLambdaResult withAlias(ObjectLambdaAccessPointAlias alias)
The alias of the Object Lambda Access Point.
alias
- The alias of the Object Lambda Access Point.public String toString()
toString
in class Object
Object.toString()
public GetAccessPointForObjectLambdaResult clone()