@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccessPointResult extends AmazonWebServiceResult<S3ControlResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAccessPointResult() |
Modifier and Type | Method and Description |
---|---|
GetAccessPointResult |
clone() |
boolean |
equals(Object obj) |
String |
getBucket()
The name of the bucket associated with the specified access point.
|
Date |
getCreationDate()
The date and time when the specified access point was created.
|
String |
getName()
The name of the specified access point.
|
String |
getNetworkOrigin()
Indicates whether this access point allows access from the public internet.
|
PublicAccessBlockConfiguration |
getPublicAccessBlockConfiguration() |
VpcConfiguration |
getVpcConfiguration()
Contains the virtual private cloud (VPC) configuration for the specified access point.
|
int |
hashCode() |
void |
setBucket(String bucket)
The name of the bucket associated with the specified access point.
|
void |
setCreationDate(Date creationDate)
The date and time when the specified access point was created.
|
void |
setName(String name)
The name of the specified access point.
|
void |
setNetworkOrigin(String networkOrigin)
Indicates whether this access point allows access from the public internet.
|
void |
setPublicAccessBlockConfiguration(PublicAccessBlockConfiguration publicAccessBlockConfiguration) |
void |
setVpcConfiguration(VpcConfiguration vpcConfiguration)
Contains the virtual private cloud (VPC) configuration for the specified access point.
|
String |
toString()
Returns a string representation of this object.
|
GetAccessPointResult |
withBucket(String bucket)
The name of the bucket associated with the specified access point.
|
GetAccessPointResult |
withCreationDate(Date creationDate)
The date and time when the specified access point was created.
|
GetAccessPointResult |
withName(String name)
The name of the specified access point.
|
GetAccessPointResult |
withNetworkOrigin(NetworkOrigin networkOrigin)
Indicates whether this access point allows access from the public internet.
|
GetAccessPointResult |
withNetworkOrigin(String networkOrigin)
Indicates whether this access point allows access from the public internet.
|
GetAccessPointResult |
withPublicAccessBlockConfiguration(PublicAccessBlockConfiguration publicAccessBlockConfiguration) |
GetAccessPointResult |
withVpcConfiguration(VpcConfiguration vpcConfiguration)
Contains the virtual private cloud (VPC) configuration for the specified access point.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the specified access point.
name
- The name of the specified access point.public String getName()
The name of the specified access point.
public GetAccessPointResult withName(String name)
The name of the specified access point.
name
- The name of the specified access point.public void setBucket(String bucket)
The name of the bucket associated with the specified access point.
bucket
- The name of the bucket associated with the specified access point.public String getBucket()
The name of the bucket associated with the specified access point.
public GetAccessPointResult withBucket(String bucket)
The name of the bucket associated with the specified access point.
bucket
- The name of the bucket associated with the specified access point.public void setNetworkOrigin(String networkOrigin)
Indicates whether this access point allows access from the public internet. If VpcConfiguration
is
specified for this access point, then NetworkOrigin
is VPC
, and the access point
doesn't allow access from the public internet. Otherwise, NetworkOrigin
is Internet
,
and the access point allows access from the public internet, subject to the access point and bucket access
policies.
networkOrigin
- Indicates whether this access point allows access from the public internet. If
VpcConfiguration
is specified for this access point, then NetworkOrigin
is
VPC
, and the access point doesn't allow access from the public internet. Otherwise,
NetworkOrigin
is Internet
, and the access point allows access from the public
internet, subject to the access point and bucket access policies.NetworkOrigin
public String getNetworkOrigin()
Indicates whether this access point allows access from the public internet. If VpcConfiguration
is
specified for this access point, then NetworkOrigin
is VPC
, and the access point
doesn't allow access from the public internet. Otherwise, NetworkOrigin
is Internet
,
and the access point allows access from the public internet, subject to the access point and bucket access
policies.
VpcConfiguration
is specified for this access point, then NetworkOrigin
is
VPC
, and the access point doesn't allow access from the public internet. Otherwise,
NetworkOrigin
is Internet
, and the access point allows access from the public
internet, subject to the access point and bucket access policies.NetworkOrigin
public GetAccessPointResult withNetworkOrigin(String networkOrigin)
Indicates whether this access point allows access from the public internet. If VpcConfiguration
is
specified for this access point, then NetworkOrigin
is VPC
, and the access point
doesn't allow access from the public internet. Otherwise, NetworkOrigin
is Internet
,
and the access point allows access from the public internet, subject to the access point and bucket access
policies.
networkOrigin
- Indicates whether this access point allows access from the public internet. If
VpcConfiguration
is specified for this access point, then NetworkOrigin
is
VPC
, and the access point doesn't allow access from the public internet. Otherwise,
NetworkOrigin
is Internet
, and the access point allows access from the public
internet, subject to the access point and bucket access policies.NetworkOrigin
public GetAccessPointResult withNetworkOrigin(NetworkOrigin networkOrigin)
Indicates whether this access point allows access from the public internet. If VpcConfiguration
is
specified for this access point, then NetworkOrigin
is VPC
, and the access point
doesn't allow access from the public internet. Otherwise, NetworkOrigin
is Internet
,
and the access point allows access from the public internet, subject to the access point and bucket access
policies.
networkOrigin
- Indicates whether this access point allows access from the public internet. If
VpcConfiguration
is specified for this access point, then NetworkOrigin
is
VPC
, and the access point doesn't allow access from the public internet. Otherwise,
NetworkOrigin
is Internet
, and the access point allows access from the public
internet, subject to the access point and bucket access policies.NetworkOrigin
public void setVpcConfiguration(VpcConfiguration vpcConfiguration)
Contains the virtual private cloud (VPC) configuration for the specified access point.
vpcConfiguration
- Contains the virtual private cloud (VPC) configuration for the specified access point.public VpcConfiguration getVpcConfiguration()
Contains the virtual private cloud (VPC) configuration for the specified access point.
public GetAccessPointResult withVpcConfiguration(VpcConfiguration vpcConfiguration)
Contains the virtual private cloud (VPC) configuration for the specified access point.
vpcConfiguration
- Contains the virtual private cloud (VPC) configuration for the specified access point.public void setPublicAccessBlockConfiguration(PublicAccessBlockConfiguration publicAccessBlockConfiguration)
publicAccessBlockConfiguration
- public PublicAccessBlockConfiguration getPublicAccessBlockConfiguration()
public GetAccessPointResult withPublicAccessBlockConfiguration(PublicAccessBlockConfiguration publicAccessBlockConfiguration)
publicAccessBlockConfiguration
- public void setCreationDate(Date creationDate)
The date and time when the specified access point was created.
creationDate
- The date and time when the specified access point was created.public Date getCreationDate()
The date and time when the specified access point was created.
public GetAccessPointResult withCreationDate(Date creationDate)
The date and time when the specified access point was created.
creationDate
- The date and time when the specified access point was created.public String toString()
toString
in class Object
Object.toString()
public GetAccessPointResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.