Class GenerateExpressRoutePortsLoaResultInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.GenerateExpressRoutePortsLoaResultInner
-
public final class GenerateExpressRoutePortsLoaResultInner extends Object
Response for GenerateExpressRoutePortsLOA API service call.
-
-
Constructor Summary
Constructors Constructor Description GenerateExpressRoutePortsLoaResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringencodedContent()Get the encodedContent property: The content as a base64 encoded string.voidvalidate()Validates the instance.GenerateExpressRoutePortsLoaResultInnerwithEncodedContent(String encodedContent)Set the encodedContent property: The content as a base64 encoded string.
-
-
-
Method Detail
-
encodedContent
public String encodedContent()
Get the encodedContent property: The content as a base64 encoded string.- Returns:
- the encodedContent value.
-
withEncodedContent
public GenerateExpressRoutePortsLoaResultInner withEncodedContent(String encodedContent)
Set the encodedContent property: The content as a base64 encoded string.- Parameters:
encodedContent- the encodedContent value to set.- Returns:
- the GenerateExpressRoutePortsLoaResultInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-