Amazon.RDS.Model.Internal.MarshallTransformations.DeleteDBSubnetGroupResponseUnmarshaller.GetInstance C# (CSharp) Метод

GetInstance() публичный статический Метод

public static GetInstance ( ) : DeleteDBSubnetGroupResponseUnmarshaller
Результат DeleteDBSubnetGroupResponseUnmarshaller
        public static DeleteDBSubnetGroupResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new DeleteDBSubnetGroupResponseUnmarshaller();
            }
            return instance;
        }
    
DeleteDBSubnetGroupResponseUnmarshaller