@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppBlockBuilderAppBlockAssociation extends Object implements Serializable, Cloneable, StructuredPojo
Describes an association between an app block builder and app block.
Constructor and Description |
---|
AppBlockBuilderAppBlockAssociation() |
Modifier and Type | Method and Description |
---|---|
AppBlockBuilderAppBlockAssociation |
clone() |
boolean |
equals(Object obj) |
String |
getAppBlockArn()
The ARN of the app block.
|
String |
getAppBlockBuilderName()
The name of the app block builder.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAppBlockArn(String appBlockArn)
The ARN of the app block.
|
void |
setAppBlockBuilderName(String appBlockBuilderName)
The name of the app block builder.
|
String |
toString()
Returns a string representation of this object.
|
AppBlockBuilderAppBlockAssociation |
withAppBlockArn(String appBlockArn)
The ARN of the app block.
|
AppBlockBuilderAppBlockAssociation |
withAppBlockBuilderName(String appBlockBuilderName)
The name of the app block builder.
|
public void setAppBlockArn(String appBlockArn)
The ARN of the app block.
appBlockArn
- The ARN of the app block.public String getAppBlockArn()
The ARN of the app block.
public AppBlockBuilderAppBlockAssociation withAppBlockArn(String appBlockArn)
The ARN of the app block.
appBlockArn
- The ARN of the app block.public void setAppBlockBuilderName(String appBlockBuilderName)
The name of the app block builder.
appBlockBuilderName
- The name of the app block builder.public String getAppBlockBuilderName()
The name of the app block builder.
public AppBlockBuilderAppBlockAssociation withAppBlockBuilderName(String appBlockBuilderName)
The name of the app block builder.
appBlockBuilderName
- The name of the app block builder.public String toString()
toString
in class Object
Object.toString()
public AppBlockBuilderAppBlockAssociation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.