@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PackageGroupReference extends Object implements Serializable, Cloneable, StructuredPojo
Information about the identifiers of a package group.
Constructor and Description |
---|
PackageGroupReference() |
Modifier and Type | Method and Description |
---|---|
PackageGroupReference |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the package group.
|
String |
getPattern()
The pattern of the package group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the package group.
|
void |
setPattern(String pattern)
The pattern of the package group.
|
String |
toString()
Returns a string representation of this object.
|
PackageGroupReference |
withArn(String arn)
The ARN of the package group.
|
PackageGroupReference |
withPattern(String pattern)
The pattern of the package group.
|
public void setArn(String arn)
The ARN of the package group.
arn
- The ARN of the package group.public String getArn()
The ARN of the package group.
public PackageGroupReference withArn(String arn)
The ARN of the package group.
arn
- The ARN of the package group.public void setPattern(String pattern)
The pattern of the package group. The pattern determines which packages are associated with the package group, and is also the identifier of the package group.
pattern
- The pattern of the package group. The pattern determines which packages are associated with the package
group, and is also the identifier of the package group.public String getPattern()
The pattern of the package group. The pattern determines which packages are associated with the package group, and is also the identifier of the package group.
public PackageGroupReference withPattern(String pattern)
The pattern of the package group. The pattern determines which packages are associated with the package group, and is also the identifier of the package group.
pattern
- The pattern of the package group. The pattern determines which packages are associated with the package
group, and is also the identifier of the package group.public String toString()
toString
in class Object
Object.toString()
public PackageGroupReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.