@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomPluginLocation extends Object implements Serializable, Cloneable, StructuredPojo
Information about the location of a custom plugin.
Constructor and Description |
---|
CustomPluginLocation() |
Modifier and Type | Method and Description |
---|---|
CustomPluginLocation |
clone() |
boolean |
equals(Object obj) |
S3Location |
getS3Location()
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Location(S3Location s3Location)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
|
String |
toString()
Returns a string representation of this object.
|
CustomPluginLocation |
withS3Location(S3Location s3Location)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
|
public void setS3Location(S3Location s3Location)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
s3Location
- The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon
S3.public S3Location getS3Location()
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
public CustomPluginLocation withS3Location(S3Location s3Location)
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
s3Location
- The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon
S3.public String toString()
toString
in class Object
Object.toString()
public CustomPluginLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.