@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProjectBadge extends Object implements Serializable, Cloneable, StructuredPojo
Information about the build badge for the build project.
| Constructor and Description | 
|---|
ProjectBadge()  | 
| Modifier and Type | Method and Description | 
|---|---|
ProjectBadge | 
clone()  | 
boolean | 
equals(Object obj)  | 
Boolean | 
getBadgeEnabled()
 Set this to true to generate a publicly accessible URL for your project's build badge. 
 | 
String | 
getBadgeRequestUrl()
 The publicly-accessible URL through which you can access the build badge for your project. 
 | 
int | 
hashCode()  | 
Boolean | 
isBadgeEnabled()
 Set this to true to generate a publicly accessible URL for your project's build badge. 
 | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setBadgeEnabled(Boolean badgeEnabled)
 Set this to true to generate a publicly accessible URL for your project's build badge. 
 | 
void | 
setBadgeRequestUrl(String badgeRequestUrl)
 The publicly-accessible URL through which you can access the build badge for your project. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ProjectBadge | 
withBadgeEnabled(Boolean badgeEnabled)
 Set this to true to generate a publicly accessible URL for your project's build badge. 
 | 
ProjectBadge | 
withBadgeRequestUrl(String badgeRequestUrl)
 The publicly-accessible URL through which you can access the build badge for your project. 
 | 
public void setBadgeEnabled(Boolean badgeEnabled)
Set this to true to generate a publicly accessible URL for your project's build badge.
badgeEnabled - Set this to true to generate a publicly accessible URL for your project's build badge.public Boolean getBadgeEnabled()
Set this to true to generate a publicly accessible URL for your project's build badge.
public ProjectBadge withBadgeEnabled(Boolean badgeEnabled)
Set this to true to generate a publicly accessible URL for your project's build badge.
badgeEnabled - Set this to true to generate a publicly accessible URL for your project's build badge.public Boolean isBadgeEnabled()
Set this to true to generate a publicly accessible URL for your project's build badge.
public void setBadgeRequestUrl(String badgeRequestUrl)
The publicly-accessible URL through which you can access the build badge for your project.
badgeRequestUrl - The publicly-accessible URL through which you can access the build badge for your project.public String getBadgeRequestUrl()
The publicly-accessible URL through which you can access the build badge for your project.
public ProjectBadge withBadgeRequestUrl(String badgeRequestUrl)
The publicly-accessible URL through which you can access the build badge for your project.
badgeRequestUrl - The publicly-accessible URL through which you can access the build badge for your project.public String toString()
toString in class ObjectObject.toString()public ProjectBadge clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.