Amazon.Route53.Model.Internal.MarshallTransformations.ListHostedZonesResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : ListHostedZonesResponseUnmarshaller
return ListHostedZonesResponseUnmarshaller
        public static ListHostedZonesResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new ListHostedZonesResponseUnmarshaller();
            }
            return instance;
        }