@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) |
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 |
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 |
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 String toString()
toString
in class Object
Object.toString()
public GetAccessPointForObjectLambdaResult clone()