类 CreateRouteEntryRequest


  • public class CreateRouteEntryRequest
    extends Object
    CreateRouteEntryRequest
    • 构造器详细资料

      • CreateRouteEntryRequest

        public CreateRouteEntryRequest()
    • 方法详细资料

      • getClientToken

        public String getClientToken()
        Get clientToken
        返回:
        clientToken
      • setClientToken

        public void setClientToken​(String clientToken)
      • getDescription

        @Size(min=1,
              max=255)
        public @Size(min=1,max=255) String getDescription()
        Get description
        返回:
        description
      • setDescription

        public void setDescription​(String description)
      • getDestinationCidrBlock

        @NotNull
        public @NotNull String getDestinationCidrBlock()
        Get destinationCidrBlock
        返回:
        destinationCidrBlock
      • setDestinationCidrBlock

        public void setDestinationCidrBlock​(String destinationCidrBlock)
      • getNextHopId

        @NotNull
        public @NotNull String getNextHopId()
        Get nextHopId
        返回:
        nextHopId
      • setNextHopId

        public void setNextHopId​(String nextHopId)
      • getNextHopType

        @NotNull
        public @NotNull String getNextHopType()
        Get nextHopType
        返回:
        nextHopType
      • setNextHopType

        public void setNextHopType​(String nextHopType)
      • getRouteEntryName

        @Size(min=1,
              max=128)
        public @Size(min=1,max=128) String getRouteEntryName()
        Get routeEntryName
        返回:
        routeEntryName
      • setRouteEntryName

        public void setRouteEntryName​(String routeEntryName)
      • getRouteTableId

        @NotNull
        public @NotNull String getRouteTableId()
        Get routeTableId
        返回:
        routeTableId
      • setRouteTableId

        public void setRouteTableId​(String routeTableId)
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object