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

GetInstance() public static method

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